summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_set_default_properties.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/EVP_set_default_properties.pod')
-rw-r--r--doc/man3/EVP_set_default_properties.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man3/EVP_set_default_properties.pod b/doc/man3/EVP_set_default_properties.pod
index efd1031938..d27dc67cc8 100644
--- a/doc/man3/EVP_set_default_properties.pod
+++ b/doc/man3/EVP_set_default_properties.pod
@@ -36,6 +36,12 @@ existing query strings that have been set via EVP_set_default_properties().
EVP_default_properties_is_fips_enabled() indicates if 'fips=yes' is a default
property for the given I<libctx>.
+=head1 NOTES
+
+EVP_set_default_properties() and EVP_default_properties_enable_fips() are not
+thread safe. They are intended to be called only during the initialisation
+phase of a I<libctx>.
+
=head1 RETURN VALUES
EVP_set_default_properties() and EVP_default_properties_enable_fips() return 1