Clear the modified flag on every element of an OSSL_PARAM array.

Synopsis

Declared in <openssl/params.h>

void
OSSL_PARAM_set_all_unmodified(OSSL_PARAM* p);

Parameters

Name

Description

p

Parameter array terminated by an end sentinel; may be NULL.

Created with MrDocs