mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
SSL_CTX_clear_options return verue
This commit is contained in:
@@ -11488,7 +11488,7 @@ int wolfSSL_set_compression(WOLFSSL* ssl)
|
|||||||
{
|
{
|
||||||
WOLFSSL_ENTER("SSL_CTX_clear_options");
|
WOLFSSL_ENTER("SSL_CTX_clear_options");
|
||||||
ctx->mask &= ~opt;
|
ctx->mask &= ~opt;
|
||||||
return opt;
|
return ctx->mask;
|
||||||
}
|
}
|
||||||
|
|
||||||
int wolfSSL_set_rfd(WOLFSSL* ssl, int rfd)
|
int wolfSSL_set_rfd(WOLFSSL* ssl, int rfd)
|
||||||
|
Reference in New Issue
Block a user