Return the BIO_METHOD for a passive TCP accept socket BIO.
Synopsis
Declared in <openssl/bio.h>
BIO_METHOD const*
BIO_s_accept();
Return Value
Pointer to the internal accept method table.
Created with MrDocs