commit | 3ae70939baf60524135f7e3c47e93ad2a55e611b | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Apr 03 23:39:48 2003 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Thu Apr 03 23:39:48 2003 +0000 |
tree | 62a88e95d778e3474bd38db0a68b67d921310b56 | |
parent | c433d72593bb77c0200d2f3b61c9192f81163631 [diff] [blame] |
Correct a lot of printing calls. Remove extra arguments...
diff --git a/ssl/ssltest.c b/ssl/ssltest.c index 45b211b..a304398 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c
@@ -1597,7 +1597,7 @@ (void)BIO_flush(bio_err); if(!RSA_generate_key_ex(rsa_tmp,keylength,RSA_F4,NULL)) { - BIO_printf(bio_err, "Error generating key.", keylength); + BIO_printf(bio_err, "Error generating key."); RSA_free(rsa_tmp); rsa_tmp = NULL; }