Fix CHANGES.md issues reported by markdownlint

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11788)
This commit is contained in:
Richard Levitte 2020-05-11 09:55:53 +02:00
parent 3f2a8d971a
commit 885a2a399d
1 changed files with 1 additions and 1 deletions

View File

@ -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().