Constify the BIGNUM routines a bit more. The only trouble were the
[openssl.git] / crypto / bn / bntest.c
index 0a97af69c5867f6423a8b29ded9d61db5514e758..11e58f994a3b85b7d8b808ef8fe4ca7b2c999589 100644 (file)
@@ -772,6 +772,7 @@ int test_mod_mul(BIO *bp, BN_CTX *ctx)
                if(!BN_is_zero(b))
                    {
                    fprintf(stderr,"Modulo multiply test failed!\n");
+                   ERR_print_errors_fp(stderr);
                    return 0;
                    }
                }