diff options
Diffstat (limited to 'src/lib/libcrypto/bn/bntest.c')
-rw-r--r-- | src/lib/libcrypto/bn/bntest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/bntest.c b/src/lib/libcrypto/bn/bntest.c index 8ef733013d..79d813d85e 100644 --- a/src/lib/libcrypto/bn/bntest.c +++ b/src/lib/libcrypto/bn/bntest.c | |||
@@ -232,7 +232,7 @@ int main(int argc, char *argv[]) | |||
232 | EXIT(0); | 232 | EXIT(0); |
233 | err: | 233 | err: |
234 | BIO_puts(out,"1\n"); /* make sure the Perl script fed by bc notices | 234 | BIO_puts(out,"1\n"); /* make sure the Perl script fed by bc notices |
235 | * the failure, see test_bn in test/Makefile.ssl*/ | 235 | * the failure, see test_bn in test/Makefile */ |
236 | BIO_flush(out); | 236 | BIO_flush(out); |
237 | ERR_load_crypto_strings(); | 237 | ERR_load_crypto_strings(); |
238 | ERR_print_errors_fp(stderr); | 238 | ERR_print_errors_fp(stderr); |