@@ -2440,6 +2440,11 @@ int wolfSSL_BIO_flush(WOLFSSL_BIO* bio)
{
WOLFSSL_BIO*bio;
WOLFSSL_ENTER("wolfSSL_BIO_new_accept");
if(port==NULL){
returnNULL;
}
bio=wolfSSL_BIO_new(wolfSSL_BIO_s_socket());
if(bio){
constchar*portStr=port;
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.