aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-11-04 11:08:47 -0500
committerBrent Cook <bcook@openbsd.org>2016-11-04 11:08:47 -0500
commita241b876e98e4c0d0b326f6fe1bbb375a0fc8b34 (patch)
tree7941677f685f8add63b6c2490ec7f3a9f9bd8939
parentd3abaf5fe7bd88015da7ff8a7876c0415319f560 (diff)
downloadportable-a241b876e98e4c0d0b326f6fe1bbb375a0fc8b34.tar.gz
portable-a241b876e98e4c0d0b326f6fe1bbb375a0fc8b34.tar.bz2
portable-a241b876e98e4c0d0b326f6fe1bbb375a0fc8b34.zip
update windows header patches
Diffstat (limited to '')
-rw-r--r--patches/windows_headers.patch6
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
30diff -u include/openssl.orig/ossl_typ.h include/openssl/ossl_typ.h 30diff -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