summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-16 10:30:10 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-16 10:30:10 +0000
commit51740b12aea66de6200200bd330b2f411da7f6ad (patch)
tree207b48ace419981640a66833d98523a1138eedc7 /apps
parent6e6783056e3c9b0c5a19b5d2c4af83eb7efdd6e8 (diff)
Correct a typo which might have lead to a dump.
Noted by Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/speed.c2
1 files changed, 1 insertions, 1 deletions
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
{