diff options
Diffstat (limited to 'patches/opensslconf.h.patch')
-rw-r--r-- | patches/opensslconf.h.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/opensslconf.h.patch b/patches/opensslconf.h.patch new file mode 100644 index 0000000..0507c92 --- /dev/null +++ b/patches/opensslconf.h.patch | |||
@@ -0,0 +1,13 @@ | |||
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 | |||