OSSL_PARAM_modified

Test whether an OSSL_PARAM was written (modified) by a set/get operation.

Synopsis

Declared in <openssl/params.h>

int
OSSL_PARAM_modified(OSSL_PARAM const* p);

Return Value

1 if the modified flag is set, or 0 otherwise.

Parameters

NameDescription
pParameter to query, or NULL.