]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Move tls_get_cipher_name_pair and get_num_elements to ssl_utils.c
authorArne Schwabe <arne@rfc2549.org>
Fri, 8 Dec 2023 17:33:46 +0000 (18:33 +0100)
committerGert Doering <gert@greenie.muc.de>
Sat, 9 Dec 2023 10:02:18 +0000 (11:02 +0100)
commit3094d8fb061c56ea73eda00c464fa81cdcd55c94
tree4ff5f6e2b6ded665da73ebf29e4f81c1c062a4bb
parent9b4ed6d801b3c67f6b5f5341e5a1b161778d0d32
Move tls_get_cipher_name_pair and get_num_elements to ssl_utils.c

This allow these functions to be defined without having to include ssl.c/misc.c
which pulls in a lot of more dependencies.

Change-Id: I605394d4f3872a168d05bbbe52d90f6d48935865
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20231208173346.94820-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27726.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/misc.c
src/openvpn/misc.h
src/openvpn/ssl.c
src/openvpn/ssl_backend.h
src/openvpn/ssl_mbedtls.c
src/openvpn/ssl_openssl.c
src/openvpn/ssl_util.c
src/openvpn/ssl_util.h