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/sha/sha1_one.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/openssl/crypto/sha/sha1_one.c') diff --git a/main/openssl/crypto/sha/sha1_one.c b/main/openssl/crypto/sha/sha1_one.c index 7c65b602..c56ec940 100644 --- a/main/openssl/crypto/sha/sha1_one.c +++ b/main/openssl/crypto/sha/sha1_one.c @@ -58,8 +58,8 @@ #include #include -#include #include +#include #ifndef OPENSSL_NO_SHA1 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) -- cgit v1.2.3