[#OSSL_ERR_STATE_save_to_mark] = OSSL_ERR_STATE_save_to_mark :mrdocs: Move errors above the most recent mark from the thread queue into `es.` == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_ERR_STATE_save_to_mark(xref:ERR_STATE.adoc[ERR_STATE]* es); ---- == Parameters [cols="1,4"] |=== | Name| Description | *es* | Destination from OSSL_ERR_STATE_new(); prior contents are cleared first. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#