diff options
-rw-r--r-- | patches/windows_headers.patch | 6 |
1 files 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 | |||
24 | +#define __attribute__(a) | 24 | +#define __attribute__(a) |
25 | +#endif | 25 | +#endif |
26 | + | 26 | + |
27 | /* Generate 80386 code? */ | 27 | #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) |
28 | #undef I386_ONLY | 28 | #define OPENSSLDIR "/etc/ssl" |
29 | 29 | ||
30 | diff -u include/openssl.orig/ossl_typ.h include/openssl/ossl_typ.h | 30 | diff -u include/openssl.orig/ossl_typ.h include/openssl/ossl_typ.h |
31 | --- include/openssl.orig/ossl_typ.h Mon Dec 7 07:58:32 2015 | 31 | --- include/openssl.orig/ossl_typ.h Mon Dec 7 07:58:32 2015 |
32 | +++ include/openssl/ossl_typ.h Mon Dec 7 07:56:14 2015 | 32 | +++ include/openssl/ossl_typ.h Mon Dec 7 07:56:14 2015 |