Move errors above the most recent mark from the thread queue into es.
Synopsis
Declared in <openssl/err.h>
void
OSSL_ERR_STATE_save_to_mark(ERR_STATE* es);
Parameters
Name |
Description |
es |
Destination from OSSL_ERR_STATE_new(); prior contents are cleared first. |
Created with MrDocs