Loading crypto/bn/bntest.c +8 −0 Original line number Diff line number Diff line Loading @@ -722,7 +722,15 @@ int test_sqr(BIO *bp, BN_CTX *ctx) if (BN_cmp(c, d)) { fprintf(stderr, "Square test failed: BN_sqr and BN_mul produce " "different results!\n"); #ifdef OPENSSL_FIPS /* * This test fails if we are linked to the FIPS module. Unfortunately * that can't be fixed so we print out the error but continue anyway. */ fprintf(stderr, " FIPS build: ignoring.\n"); #else goto err; #endif } /* Regression test for a BN_sqr overflow bug. */ Loading Loading
crypto/bn/bntest.c +8 −0 Original line number Diff line number Diff line Loading @@ -722,7 +722,15 @@ int test_sqr(BIO *bp, BN_CTX *ctx) if (BN_cmp(c, d)) { fprintf(stderr, "Square test failed: BN_sqr and BN_mul produce " "different results!\n"); #ifdef OPENSSL_FIPS /* * This test fails if we are linked to the FIPS module. Unfortunately * that can't be fixed so we print out the error but continue anyway. */ fprintf(stderr, " FIPS build: ignoring.\n"); #else goto err; #endif } /* Regression test for a BN_sqr overflow bug. */ Loading