]> git.ipfire.org Git - thirdparty/openssl.git/commit
[ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH alias
authorNicola Tuveri <nic.tuv@gmail.com>
Tue, 22 Feb 2022 12:47:11 +0000 (14:47 +0200)
committerNicola Tuveri <nic.tuv@gmail.com>
Tue, 1 Mar 2022 08:51:03 +0000 (10:51 +0200)
commit66914fc024cfe0fec00dc0f2c7bd8a7957da5ec4
tree4ab2b91f859097ac4e2837b215ad7ed42ec832d5
parentd2d2401aed7ff45f4c013201944e1218dce12da7
[ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH alias

`SSL_kECDHE` and `SSL_kEECDH`, and `SSL_kDHE` and `SSL_kEDH` are already
marked as aliases of each other in the headers.
This commit, for each pair, replaces the leftover uses of the latter
synonym with the first one, which is considered more common.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17763)
ssl/s3_lib.c
ssl/ssl_cert.c