[#OPENSSL_die] = OPENSSL_die :mrdocs: Abort the process after printing an internal OpenSSL assertion failure. == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OPENSSL_die( char const* assertion, char const* file, int line); ---- == Parameters [cols="1,4"] |=== | Name| Description | *assertion* | Text describing the failed condition. | *file* | Source file where the failure was detected. | *line* | Source line where the failure was detected. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#