Set the default property query string used for algorithm fetches in libctx.
Synopsis
Declared in <openssl/evp.h>
int
EVP_set_default_properties(
OSSL_LIB_CTX* libctx,
char const* propq);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
libctx |
Library context to update, or NULL for the default context. |
propq |
Property query string (for example "fips=yes"), or NULL to clear. |
Created with MrDocs