@ -1441,9 +1441,10 @@ int wolfSSL_BIO_seek(WOLFSSL_BIO *bio, int ofs)
}
intwolfSSL_BIO_tell(WOLFSSL_BIO*bio)
{
WOLFSSL_ENTER("wolfSSL_BIO_tell");
intpos;
WOLFSSL_ENTER("wolfSSL_BIO_tell");
if(bio==NULL){
return-1;
}
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.