Store an implementation‐specific pointer on a BIO (used by custom BIO methods).
Synopsis
Declared in <openssl/bio.h>
void
BIO_set_data(
BIO* a,
void* ptr);
Parameters
Name |
Description |
a |
BIO whose app‐data pointer is set. |
ptr |
Opaque pointer for the BIO method implementation. |
Created with MrDocs