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