@ -255,6 +255,11 @@ int wolfSSL_use_old_poly(WOLFSSL* ssl, int value)
intwolfSSL_set_fd(WOLFSSL*ssl,intfd)
{
WOLFSSL_ENTER("SSL_set_fd");
if(ssl==NULL){
returnBAD_FUNC_ARG;
}
ssl->rfd=fd;/* not used directly to allow IO callbacks */
ssl->wfd=fd;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.