From: Richard Levitte Date: Fri, 16 Mar 2001 10:30:10 +0000 (+0000) Subject: Correct a typo which might have lead to a dump. X-Git-Tag: OpenSSL_0_9_6c~182^2~345 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=51740b12aea66de6200200bd330b2f411da7f6ad;ds=sidebyside 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 9dc89bef55..e3b1c36f9f 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -1261,7 +1261,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 {