mirror of https://github.com/openssl/openssl.git
Update comment.
This commit is contained in:
parent
743e7be913
commit
df83eeb710
|
|
@ -234,7 +234,8 @@ int main(int argc, char *argv[])
|
||||||
/**/
|
/**/
|
||||||
exit(0);
|
exit(0);
|
||||||
err:
|
err:
|
||||||
BIO_puts(out,"1\n"); /* make sure bc fails if we are piping to it */
|
BIO_puts(out,"1\n"); /* make sure the Perl script fed by bc notices
|
||||||
|
* the failure, see test_bn in test/Makefile.ssl*/
|
||||||
BIO_flush(out);
|
BIO_flush(out);
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
ERR_print_errors_fp(stderr);
|
ERR_print_errors_fp(stderr);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue