Fix build with OpenSSL on earlier versions.
[exim.git] / src / src / tlscert-openssl.c
index 008cf54b9594c744eb9dae31d62b695882df629a..20ecbbc6ced63bc6abc16cbdcc583298592e4aaf 100644 (file)
@@ -15,6 +15,7 @@ library. It is #included into the tls.c file when that library is used.
 #include <openssl/ssl.h>
 #include <openssl/err.h>
 #include <openssl/rand.h>
+#include <openssl/x509v3.h>
 
 
 /*****************************************************