Mark whether a custom BIO method has completed its create() initialization.
Synopsis
Declared in <openssl/bio.h>
void
BIO_set_init(
BIO* a,
int init);
Parameters
Name |
Description |
a |
BIO whose init flag is updated. |
init |
Non‐zero after BIO_meth create() succeeds; 0 before initialization. |
Created with MrDocs