[#BIO_get_new_index] = BIO_get_new_index :mrdocs: Allocate a new unique BIO type index for a custom BIO_METHOD. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int BIO_get_new_index(); ---- == Return Value New type index in the BIO_TYPE_START range, or a negative value on failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#