[#OSSL_PARAM_set_all_unmodified] = OSSL_PARAM_set_all_unmodified :mrdocs: Clear the modified flag on every element of an OSSL_PARAM array. == Synopsis Declared in `<openssl/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_PARAM_set_all_unmodified(xref:OSSL_PARAM.adoc[OSSL_PARAM]* p); ---- == Parameters [cols="1,4"] |=== | Name| Description | *p* | Parameter array terminated by an end sentinel; may be NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#