[#OSSL_ERR_STATE_save] = OSSL_ERR_STATE_save :mrdocs: Copy the current thread's error queue into `es` and clear the thread queue. == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_ERR_STATE_save(xref:ERR_STATE.adoc[ERR_STATE]* es); ---- == Parameters [cols="1,4"] |=== | Name| Description | *es* | Destination error‐state object from OSSL_ERR_STATE_new(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#