summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-05-02 14:17:54 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-05-02 14:17:54 +1000
commite0624f0d702b57e23ecaf5236ce1bafdd85ec649 (patch)
treeefb58c3011ac51de4fdcf093380e76df083941fa /util
parente908f292de6383c5d4dbece9381b523d4ce41c69 (diff)
Add default property API's to enable and test for fips
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11239)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 6c7ce4c0c3..ec0e6a171b 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5079,3 +5079,5 @@ X509_REQ_set0_signature ? 3_0_0 EXIST::FUNCTION:
X509_REQ_set1_signature_algo ? 3_0_0 EXIST::FUNCTION:
OSSL_PARAM_modified ? 3_0_0 EXIST::FUNCTION:
OSSL_PARAM_set_all_unmodified ? 3_0_0 EXIST::FUNCTION:
+EVP_default_properties_is_fips_enabled ? 3_0_0 EXIST::FUNCTION:
+EVP_default_properties_enable_fips ? 3_0_0 EXIST::FUNCTION: