]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fixed a missing include in ssl_backend.h
authorAdriaan de Jong <dejong@fox-it.com>
Fri, 1 Jul 2011 15:20:18 +0000 (17:20 +0200)
committerDavid Sommerseth <davids@redhat.com>
Sat, 22 Oct 2011 12:35:16 +0000 (14:35 +0200)
Signed-off-by: Adriaan de Jong <dejong@fox-it.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Signed-off-by: David Sommerseth <davids@redhat.com>
ssl_backend.h

index 8573bbacfa862630c82386cd30713500cd233d06..022e038a35f60a5d982d5546ad5262fde1172577 100644 (file)
@@ -35,6 +35,7 @@
 
 #ifdef USE_OPENSSL
 #include "ssl_openssl.h"
+#include "ssl_verify_openssl.h"
 #endif
 #ifdef USE_POLARSSL
 #include "ssl_polarssl.h"