libressl-portable/patches/opensslfeatures.h.patch

17 lines
452 B
Diff
Raw Permalink Normal View History

2023-07-28 06:12:29 -06:00
--- include/openssl/opensslfeatures.h.orig Fri Jul 28 06:04:42 2023
+++ include/openssl/opensslfeatures.h Fri Jul 28 06:09:00 2023
@@ -8,6 +8,13 @@
2023-03-15 17:33:08 -06:00
#define LIBRESSL_HAS_TLS1_3
#define LIBRESSL_HAS_DTLS1_2
+/*
+ * Used for compatibility with compilers lacking __attribute__
+ */
+#if defined(_MSC_VER) && !defined(__clang__) && !defined(__attribute__)
+#define __attribute__(a)
+#endif
+
#define OPENSSL_THREADS
#define OPENSSL_NO_BUF_FREELISTS