Correct a typo which might have lead to a dump.

Noted by Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>
This commit is contained in:
Richard Levitte 2001-03-16 10:30:10 +00:00
parent 6e6783056e
commit 51740b12ae

View 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
{