[#EVP_default_properties_is_fips_enabled] = EVP_default_properties_is_fips_enabled :mrdocs: Query whether the library context's default property query requires FIPS algorithms. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_default_properties_is_fips_enabled(xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* libctx); ---- == Return Value 1 if the default properties imply FIPS‐only fetches, or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *libctx* | Library context to query, or NULL for the default context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#