]> git.ipfire.org Git - thirdparty/openvpn.git/commit
openssl: add missing #include statements
authorSteffan Karger <steffan@karger.me>
Sun, 26 Nov 2017 15:49:12 +0000 (16:49 +0100)
committerGert Doering <gert@greenie.muc.de>
Fri, 29 Jun 2018 12:24:06 +0000 (14:24 +0200)
commit1987498271abadf042d8bb3feee1fe0d877a9d55
treeafff39d50f05bda675e0ba9aad6fa7481730b1ec
parent17a476fd5c8cc49f1d103a50199e87ede76b1b67
openssl: add missing #include statements

Compiling our current master against OpenSSL 1.1 with
-DOPENSSL_API_COMPAT=0x10100000L screams bloody murder.  This patch fixes
the errors caused by missing includes.  Previous openssl versions would
usually include 'the rest of the world', but they're fixing that.  So we
should no longer rely on it.

(And sneaking in alphabetic ordering of the includes while touching them.)

Signed-off-by: Steffan Karger <steffan@karger.me>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20171126154912.13283-1-steffan@karger.me>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15936.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/openssl_compat.h
src/openvpn/ssl_openssl.c
src/openvpn/ssl_verify_openssl.c