Update comment.
authorBodo Möller <bodo@openssl.org>
Thu, 2 Mar 2000 22:08:30 +0000 (22:08 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 2 Mar 2000 22:08:30 +0000 (22:08 +0000)
crypto/bn/bntest.c

index 41c22f5954d072f1186397ff117fe283650bea46..0a97af69c5867f6423a8b29ded9d61db5514e758 100644 (file)
@@ -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);