OPENSSL_die

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

NameDescription
assertionText describing the failed condition.
fileSource file where the failure was detected.
lineSource line where the failure was detected.