OSSL_ERR_STATE_save

Copy the current thread's error queue into es and clear the thread queue.

Synopsis

Declared in <openssl/err.h>

void
OSSL_ERR_STATE_save(ERR_STATE* es);

Parameters

NameDescription
esDestination error-state object from OSSL_ERR_STATE_new().