Return the implementation‐specific pointer stored on a BIO.
Synopsis
Declared in <openssl/bio.h>
void*
BIO_get_data(BIO* a);
Return Value
Opaque pointer previously set with BIO_set_data(), or NULL.
Parameters
Name |
Description |
a |
BIO to query. |
Created with MrDocs