From a241b876e98e4c0d0b326f6fe1bbb375a0fc8b34 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 4 Nov 2016 11:08:47 -0500 Subject: [PATCH] update windows header patches --- patches/windows_headers.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/windows_headers.patch b/patches/windows_headers.patch index a8c8ab0..e8b4022 100644 --- a/patches/windows_headers.patch +++ b/patches/windows_headers.patch @@ -24,9 +24,9 @@ diff -u include/openssl.orig/opensslconf.h include/openssl/opensslconf.h +#define __attribute__(a) +#endif + - /* Generate 80386 code? */ - #undef I386_ONLY - + #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) + #define OPENSSLDIR "/etc/ssl" + diff -u include/openssl.orig/ossl_typ.h include/openssl/ossl_typ.h --- include/openssl.orig/ossl_typ.h Mon Dec 7 07:58:32 2015 +++ include/openssl/ossl_typ.h Mon Dec 7 07:56:14 2015