5d8a1cf715
This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.
14 lines
365 B
Diff
14 lines
365 B
Diff
--- include/openssl/opensslconf.h.orig 2015-07-19 23:21:47.000000000 -0600
|
|
+++ include/openssl/opensslconf.h 2015-07-19 23:21:17.000000000 -0600
|
|
@@ -1,6 +1,10 @@
|
|
#include <openssl/opensslfeatures.h>
|
|
/* crypto/opensslconf.h.in */
|
|
|
|
+#if defined(_MSC_VER) && !defined(__attribute__)
|
|
+#define __attribute__(a)
|
|
+#endif
|
|
+
|
|
/* Generate 80386 code? */
|
|
#undef I386_ONLY
|
|
|