From: Richard Levitte Date: Mon, 11 May 2020 07:55:53 +0000 (+0200) Subject: Fix CHANGES.md issues reported by markdownlint X-Git-Tag: openssl-3.0.0-alpha2~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=885a2a399dcf25860f471e59af43db2917c39335;p=thirdparty%2Fopenssl.git Fix CHANGES.md issues reported by markdownlint Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11788) --- diff --git a/CHANGES.md b/CHANGES.md index 2835322bdf0..51ed264cb08 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().