The branch master has been updated
via 885a2a399dcf25860f471e59af43db2917c39335 (commit)
from 3f2a8d971a44b9aac30a5725ae44cfcb1d4156f1 (commit)
- Log -----------------------------------------------------------------
commit 885a2a399dcf25860f471e59af43db2917c39335
Author: Richard Levitte <[email protected]>
Date: Mon May 11 09:55:53 2020 +0200
Fix CHANGES.md issues reported by markdownlint
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/11788)
-----------------------------------------------------------------------
Summary of changes:
CHANGES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index 2835322bdf..51ed264cb0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -23,7 +23,7 @@ OpenSSL 3.0
### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
-* Removed FIPS_mode() and FIPS_mode_set(). These functions are legacy API's
+ * Removed FIPS_mode() and FIPS_mode_set(). These functions are legacy API's
that are not applicable to the new provider model. Applications should
instead use EVP_default_properties_is_fips_enabled() and
EVP_default_properties_enable_fips().