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

Name

Description

es

Destination error‐state object from OSSL_ERR_STATE_new().

Created with MrDocs