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

apps/speed.c

index 627cab1d3116e1377579378e6c7365213eda32f3..350cb50a292337686522aef819132c4924403385 100644 (file)
@@ -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
                        {