Don't stop -cipher from working.

This commit is contained in:
Dr. Stephen Henson 2008-11-30 22:01:31 +00:00
parent e9afa08cd1
commit 2900fc8ae1
1 changed files with 7 additions and 7 deletions

View File

@ -1222,16 +1222,16 @@ bad:
goto end;
}
psk_identity = "JPAKE";
if (cipher)
{
BIO_printf(bio_err, "JPAKE sets cipher to PSK\n");
goto end;
}
cipher = "PSK";
}
if (cipher)
{
BIO_printf(bio_err, "JPAKE sets cipher to PSK\n");
goto end;
}
cipher = "PSK";
#endif
SSL_load_error_strings();
OpenSSL_add_ssl_algorithms();