Make the libssl opaque changes compile on VMS
authorRichard Levitte <levitte@openssl.org>
Fri, 30 Jan 2015 23:06:06 +0000 (23:06 +0000)
committerMatt Caswell <matt@openssl.org>
Sat, 31 Jan 2015 18:07:32 +0000 (18:07 +0000)
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/ssl_task.c

index dad20c67efb901173532fc76a64c78d44dcbf721..ab37cc6bef742064aea99f615678b45668b29291 100644 (file)
@@ -128,8 +128,8 @@ int LIB$INIT_TIMER(), LIB$SHOW_TIMER();
 
 #include <openssl/buffer.h>
 #include <openssl/x509.h>
-#include <openssl/ssl.h>
 #include <openssl/err.h>
+#include "ssl_locl.h"
 
 int verify_callback(int ok, X509 *xs, X509 *xi, int depth,
                    int error);