From 163d794845bcb74eb4379b873a7ca8ffeb0901e7 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 1 Nov 2013 21:39:56 +0000 Subject: [PATCH] Fix warning. (cherry picked from commit 96e16bddb42563dc09187939dc20b35369d413b7) --- ssl/ssl_conf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ssl/ssl_conf.c b/ssl/ssl_conf.c index e617452af2..475fb1dd60 100644 --- a/ssl/ssl_conf.c +++ b/ssl/ssl_conf.c @@ -62,6 +62,9 @@ #include "ssl_locl.h" #include #include +#ifndef OPENSSL_NO_DH +#include +#endif /* structure holding name tables. This is used for pemitted elements in * lists such as TLSv1 and single command line switches such as no_tls1 -- 2.25.1