aboutsummaryrefslogtreecommitdiff
path: root/patches/opensslconf.h.patch
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-21 22:08:12 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-21 22:08:12 -0500
commit0fa826d34f42ecd0932aaf48012ca9165ac1612b (patch)
tree99291d22e0b886fd51f18420524af894582e3fd8 /patches/opensslconf.h.patch
parent630e7b604037820d6d4f90dbfd891c0a0e837639 (diff)
downloadportable-0fa826d34f42ecd0932aaf48012ca9165ac1612b.tar.gz
portable-0fa826d34f42ecd0932aaf48012ca9165ac1612b.tar.bz2
portable-0fa826d34f42ecd0932aaf48012ca9165ac1612b.zip
revise how headers are patched for windows, remove sed scripts
Diffstat (limited to 'patches/opensslconf.h.patch')
-rw-r--r--patches/opensslconf.h.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/opensslconf.h.patch b/patches/opensslconf.h.patch
deleted file mode 100644
index 0507c92..0000000
--- a/patches/opensslconf.h.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1--- include/openssl/opensslconf.h.orig 2015-07-19 23:21:47.000000000 -0600
2+++ include/openssl/opensslconf.h 2015-07-19 23:21:17.000000000 -0600
3@@ -1,6 +1,10 @@
4 #include <openssl/opensslfeatures.h>
5 /* crypto/opensslconf.h.in */
6
7+#if defined(_MSC_VER) && !defined(__attribute__)
8+#define __attribute__(a)
9+#endif
10+
11 /* Generate 80386 code? */
12 #undef I386_ONLY
13