Fix CHANGES.md issues reported by markdownlint
authorRichard Levitte <levitte@openssl.org>
Mon, 11 May 2020 07:55:53 +0000 (09:55 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 11 May 2020 07:55:53 +0000 (09:55 +0200)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11788)

CHANGES.md

index 2835322bdf00b067764016dd18597528d8f0aeb2..51ed264cb08ba0f4b899e24b6d0fb82f03bfc4f6 100644 (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().