Commit 74c9ace6 authored by Richard Levitte's avatar Richard Levitte
Browse files

From revision 1.54, 2001-03-16 10:30 levitte:

Correct a typo which might have lead to a dump.
Noted by Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>
parent cfb8afc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
			{