Disable engines that will fail to build when bn is made opaque
[openssl.git] / engines / e_ubsec.c
index 9b747b9aeae2c4c618aa08c03e497d283c9f7bf4..aa5709bd8cf5912cf0fa4856d4a45497e5bbd73a 100644 (file)
@@ -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. */