From: Jeremy Harris Date: Sun, 4 May 2014 17:28:51 +0000 (+0100) Subject: Fix build with OpenSSL on earlier versions. X-Git-Tag: exim-4_83_RC1~36 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/51424d0857ca09e1082aeacf177e2df6fea37eda Fix build with OpenSSL on earlier versions. Centos 6.5 and earlier had a build fail with GENERAL_NAME etc. undefined. Just include the file defining it even if it's a duplicate on later versions. --- diff --git a/src/src/tlscert-openssl.c b/src/src/tlscert-openssl.c index 008cf54b9..20ecbbc6c 100644 --- a/src/src/tlscert-openssl.c +++ b/src/src/tlscert-openssl.c @@ -15,6 +15,7 @@ library. It is #included into the tls.c file when that library is used. #include #include #include +#include /*****************************************************