enabled all bug fixes for OpenSSL.
This commit is contained in:
parent
2cf92a1894
commit
3f34d237ca
@ -1926,6 +1926,7 @@ int serviceInitSSL(SERVICE* service)
|
||||
}
|
||||
|
||||
service->ctx = SSL_CTX_new(service->method);
|
||||
SSL_CTX_set_options(service->ctx,SSL_OP_ALL);
|
||||
|
||||
if(rsa_512 == NULL)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user