aboutsummaryrefslogtreecommitdiff
path: root/openssl/engines/e_ubsec.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/engines/e_ubsec.c')
-rw-r--r--openssl/engines/e_ubsec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openssl/engines/e_ubsec.c b/openssl/engines/e_ubsec.c
index 9b747b9ae..aa5709bd8 100644
--- a/openssl/engines/e_ubsec.c
+++ b/openssl/engines/e_ubsec.c
@@ -630,10 +630,8 @@ static int ubsec_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
const BIGNUM *dq, const BIGNUM *qinv, BN_CTX *ctx)
{
int y_len,
- m_len,
fd;
- m_len = BN_num_bytes(p) + BN_num_bytes(q) + 1;
y_len = BN_num_bits(p) + BN_num_bits(q);
/* Check if hardware can't handle this argument. */