Skip to content

Commit

Permalink
Correct a typo which might have lead to a dump.
Browse files Browse the repository at this point in the history
Noted by Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>
  • Loading branch information
levitte committed Mar 16, 2001
1 parent 6e67830 commit 51740b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/speed.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 51740b1

Please sign in to comment.