diff options
author | Bodo Möller <bodo@openssl.org> | 2000-03-02 23:08:30 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-03-02 23:08:30 +0100 |
commit | df83eeb71015fd49970955fa5ecc1b784c3ac43c (patch) | |
tree | 8f37efd628bddff85a0015dcab09b3b96a05f0b8 /crypto/bn | |
parent | Add missing dependencies. (diff) | |
download | openssl-df83eeb71015fd49970955fa5ecc1b784c3ac43c.tar.xz openssl-df83eeb71015fd49970955fa5ecc1b784c3ac43c.zip |
Update comment.
Diffstat (limited to 'crypto/bn')
-rw-r--r-- | crypto/bn/bntest.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |