Fix misspelled deprecation macro name in comment
authorMatthias St. Pierre <matthias.st.pierre@ncp-e.com>
Mon, 28 Aug 2023 11:22:24 +0000 (13:22 +0200)
committerHugo Landau <hlandau@openssl.org>
Wed, 30 Aug 2023 10:44:33 +0000 (11:44 +0100)
Commit 77c30753cd replaced the convenience macros `DEPRECATEDIN_{major}_{minor}`
by `OSSL_DEPRECATEDIN_{major}_{minor}` but misspelled them in the comment.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21868)

include/openssl/macros.h

index 4579fc8eb3df1f35a62b899919aa045da7e68474..55b825a1f1fbc3f035a28f9765d467ea94f7a90c 100644 (file)
 /*
  * Define macros for deprecation and simulated removal purposes.
  *
- * The macros OSSL_DEPRECATED_{major}_{minor} are always defined for
+ * The macros OSSL_DEPRECATEDIN_{major}_{minor} are always defined for
  * all OpenSSL versions we care for.  They can be used as attributes
  * in function declarations where appropriate.
  *