[openssl/openssl] 4d5cfb: Fix misspelled deprecation macro name in comment
Matthias St. Pierre
noreply at github.com
Wed Aug 30 10:47:07 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 4d5cfb229be8a52cdf961d9b7c5f6c1c0fa3b4f7
https://github.com/openssl/openssl/commit/4d5cfb229be8a52cdf961d9b7c5f6c1c0fa3b4f7
Author: Matthias St. Pierre <matthias.st.pierre at ncp-e.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M include/openssl/macros.h
Log Message:
-----------
Fix misspelled deprecation macro name in comment
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 at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21868)
More information about the openssl-commits
mailing list