From e436c963f0976b885a7db04681344779e26dd3b5 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Wed, 23 Apr 2014 09:56:37 +0200 Subject: Update OpenSSL to 1.0.1g and statically link OpenVPN with it --- main/openssl/crypto/evp/m_md4.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/openssl/crypto/evp/m_md4.c') diff --git a/main/openssl/crypto/evp/m_md4.c b/main/openssl/crypto/evp/m_md4.c index 1e0b7c5b..6d47f61b 100644 --- a/main/openssl/crypto/evp/m_md4.c +++ b/main/openssl/crypto/evp/m_md4.c @@ -69,6 +69,8 @@ #include #endif +#include "evp_locl.h" + static int init(EVP_MD_CTX *ctx) { return MD4_Init(ctx->md_data); } -- cgit v1.2.3