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

Name

Description

p

Parameter to query, or NULL.

Created with MrDocs