diff options
Diffstat (limited to 'src/lib/libcrypto/bn/bntest.c')
-rw-r--r-- | src/lib/libcrypto/bn/bntest.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/bntest.c b/src/lib/libcrypto/bn/bntest.c index 41c22f5954..0a97af69c5 100644 --- a/src/lib/libcrypto/bn/bntest.c +++ b/src/lib/libcrypto/bn/bntest.c | |||
@@ -234,7 +234,8 @@ int main(int argc, char *argv[]) | |||
234 | /**/ | 234 | /**/ |
235 | exit(0); | 235 | exit(0); |
236 | err: | 236 | err: |
237 | BIO_puts(out,"1\n"); /* make sure bc fails if we are piping to it */ | 237 | BIO_puts(out,"1\n"); /* make sure the Perl script fed by bc notices |
238 | * the failure, see test_bn in test/Makefile.ssl*/ | ||
238 | BIO_flush(out); | 239 | BIO_flush(out); |
239 | ERR_load_crypto_strings(); | 240 | ERR_load_crypto_strings(); |
240 | ERR_print_errors_fp(stderr); | 241 | ERR_print_errors_fp(stderr); |