Abort the process after printing an internal OpenSSL assertion failure.
Synopsis
Declared in <openssl/crypto.h>
void
OPENSSL_die(
char const* assertion,
char const* file,
int line);
Parameters
Name |
Description |
assertion |
Text describing the failed condition. |
file |
Source file where the failure was detected. |
line |
Source line where the failure was detected. |
Created with MrDocs