From 51740b12aea66de6200200bd330b2f411da7f6ad Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 16 Mar 2001 10:30:10 +0000 Subject: [PATCH] Correct a typo which might have lead to a dump. Noted by Martin Kraemer --- apps/speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.40.0