Allocate a new empty slot on the current thread's OpenSSL error queue.
Synopsis
Declared in <openssl/err.h>
void
ERR_new();
Description
Typically followed by ERR_set_debug() and ERR_set_error() (see ERR_raise()).
Created with MrDocs