Oops... forgot the other RSA_NULL patches...

This commit is contained in:
Dr. Stephen Henson
1999-09-08 18:19:45 +00:00
parent 4a61a64f50
commit c1cd88a0eb
6 changed files with 19 additions and 5 deletions

View File

@@ -435,12 +435,14 @@ int MAIN(int argc, char **argv)
}
else
#endif
#ifndef RSA_NULL
if (strcmp(*argv,"openssl") == 0)
{
RSA_set_default_method(RSA_PKCS1_SSLeay());
j--;
}
else
#endif
#endif /* !NO_RSA */
if (strcmp(*argv,"dsa512") == 0) dsa_doit[R_DSA_512]=2;
else if (strcmp(*argv,"dsa1024") == 0) dsa_doit[R_DSA_1024]=2;