Browse code

Fixed a missing include in ssl_backend.h

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>

Adriaan de Jong authored on 2011/07/02 00:20:18
Showing 1 changed files
... ...
@@ -35,6 +35,7 @@
35 35
 
36 36
 #ifdef USE_OPENSSL
37 37
 #include "ssl_openssl.h"
38
+#include "ssl_verify_openssl.h"
38 39
 #endif
39 40
 #ifdef USE_POLARSSL
40 41
 #include "ssl_polarssl.h"