Don't stop -cipher from working.
This commit is contained in:
parent
e9afa08cd1
commit
2900fc8ae1
@ -1222,16 +1222,16 @@ bad:
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
psk_identity = "JPAKE";
|
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
|
#endif
|
||||||
|
|
||||||
SSL_load_error_strings();
|
SSL_load_error_strings();
|
||||||
OpenSSL_add_ssl_algorithms();
|
OpenSSL_add_ssl_algorithms();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user