From: Richard Levitte Date: Fri, 16 Mar 2001 10:39:38 +0000 (+0000) Subject: From revision 1.54, 2001-03-16 10:30 levitte: X-Git-Tag: OpenSSL_0_9_6a-beta2~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=74c9ace6f05b29c625e125ee8948a79cd2e4e35c;p=oweals%2Fopenssl.git From revision 1.54, 2001-03-16 10:30 levitte: Correct a typo which might have lead to a dump. Noted by Martin Kraemer --- diff --git a/apps/speed.c b/apps/speed.c index 627cab1d31..350cb50a29 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -1173,7 +1173,7 @@ int MAIN(int argc, char **argv) { BIO_printf(bio_err,"RSA verify failure. No RSA verify will be done.\n"); ERR_print_errors(bio_err); - dsa_doit[j] = 0; + rsa_doit[j] = 0; } else {