[#OPENSSL_INIT_free] = OPENSSL_INIT_free :mrdocs: Free an OPENSSL_INIT_SETTINGS object allocated with OPENSSL_INIT_new(). == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OPENSSL_INIT_free(xref:OPENSSL_INIT_SETTINGS.adoc[OPENSSL_INIT_SETTINGS]* settings); ---- == Parameters [cols="1,4"] |=== | Name| Description | *settings* | Settings object to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#