From: Adriaan de Jong Date: Fri, 1 Jul 2011 15:20:18 +0000 (+0200) Subject: Fixed a missing include in ssl_backend.h X-Git-Tag: v2.3-alpha1~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c96419559b5978cf6096e63caec2c197266b961;p=thirdparty%2Fopenvpn.git Fixed a missing include in ssl_backend.h Signed-off-by: Adriaan de Jong Acked-by: Gert Doering Signed-off-by: David Sommerseth --- diff --git a/ssl_backend.h b/ssl_backend.h index 8573bbacf..022e038a3 100644 --- a/ssl_backend.h +++ b/ssl_backend.h @@ -35,6 +35,7 @@ #ifdef USE_OPENSSL #include "ssl_openssl.h" +#include "ssl_verify_openssl.h" #endif #ifdef USE_POLARSSL #include "ssl_polarssl.h"