Correct a typo which might have lead to a dump.
authorRichard Levitte <levitte@openssl.org>
Fri, 16 Mar 2001 10:30:10 +0000 (10:30 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 16 Mar 2001 10:30:10 +0000 (10:30 +0000)
Noted by Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>

apps/speed.c

index 9dc89bef553c936930bcb0b925c2ee59f20cc424..e3b1c36f9f00c218ed37b034d2404a12f2b9d98b 100644 (file)
@@ -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
                        {