Return the ctrl function installed on a BIO_METHOD.
Synopsis
Declared in <openssl/bio.h>
long(*
BIO_meth_get_ctrl(BIO_METHOD const* biom))(BIO*, int, long, void*);
Return Value
Ctrl callback pointer, or NULL if unset.
Parameters
Name |
Description |
biom |
Method to query. |
Created with MrDocs