Commit 1d4d6857 authored by Richard Levitte's avatar Richard Levitte Committed by Matt Caswell
Browse files

Make the libssl opaque changes compile on VMS

parent 78cc1f03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);