From: Bodo Möller Date: Thu, 2 Mar 2000 22:08:30 +0000 (+0000) Subject: Update comment. X-Git-Tag: OpenSSL_0_9_5a-beta1~117 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df83eeb71015fd49970955fa5ecc1b784c3ac43c;p=oweals%2Fopenssl.git Update comment. --- diff --git a/crypto/bn/bntest.c b/crypto/bn/bntest.c index 41c22f5954..0a97af69c5 100644 --- a/crypto/bn/bntest.c +++ b/crypto/bn/bntest.c @@ -234,7 +234,8 @@ int main(int argc, char *argv[]) /**/ exit(0); 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); ERR_load_crypto_strings(); ERR_print_errors_fp(stderr);