Pop the earliest error and optionally return file and line (deprecated).
Declared in <openssl/err.h>
[[deprecated]]
unsigned long
ERR_get_error_line(
char const** file,
int* line);
Deprecated. Use of this entity is allowed but discouraged.
Packed error code, or 0 if the queue is empty.
| Name | Description |
|---|---|
| file | Receives the source file name, or unchanged if NULL. |
| line | Receives the source line number, or unchanged if NULL. |