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

View File

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