diff options
author | Theo Buehler <tb@openbsd.org> | 2022-11-23 12:46:44 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-11-23 12:46:44 +0100 |
commit | 67ab6a11877f6d1671da4afa6fbd142bf61a1ed2 (patch) | |
tree | 271d43e6fb989e75cfd0cac8fe7402d645bb4772 /patches/windows_headers.patch | |
parent | f015aed7a0942003e14f52a902a15551712a3ac9 (diff) | |
download | portable-67ab6a11877f6d1671da4afa6fbd142bf61a1ed2.tar.gz portable-67ab6a11877f6d1671da4afa6fbd142bf61a1ed2.tar.bz2 portable-67ab6a11877f6d1671da4afa6fbd142bf61a1ed2.zip |
Neuter namespace differently to fix Appveyor CI
Diffstat (limited to 'patches/windows_headers.patch')
-rw-r--r-- | patches/windows_headers.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/windows_headers.patch b/patches/windows_headers.patch index 0e9428c..17c447d 100644 --- a/patches/windows_headers.patch +++ b/patches/windows_headers.patch | |||
@@ -13,19 +13,6 @@ diff -u include/openssl.orig/dtls1.h include/openssl/dtls1.h | |||
13 | 13 | ||
14 | #include <stdio.h> | 14 | #include <stdio.h> |
15 | #include <stdlib.h> | 15 | #include <stdlib.h> |
16 | --- include/openssl/opensslconf.h.orig Sat Nov 5 08:36:25 2016 | ||
17 | +++ include/openssl/opensslconf.h Mon Jul 17 06:06:58 2017 | ||
18 | @@ -1,6 +1,10 @@ | ||
19 | #include <openssl/opensslfeatures.h> | ||
20 | /* crypto/opensslconf.h.in */ | ||
21 | |||
22 | +#if defined(_MSC_VER) && !defined(__clang__) && !defined(__attribute__) | ||
23 | +#define __attribute__(a) | ||
24 | +#endif | ||
25 | + | ||
26 | #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) | ||
27 | #define OPENSSLDIR "/etc/ssl" | ||
28 | #endif | ||
29 | --- include/openssl/ossl_typ.h.orig Fri Feb 18 16:30:39 2022 | 16 | --- include/openssl/ossl_typ.h.orig Fri Feb 18 16:30:39 2022 |
30 | +++ include/openssl/ossl_typ.h Mon Feb 21 05:39:35 2022 | 17 | +++ include/openssl/ossl_typ.h Mon Feb 21 05:39:35 2022 |
31 | @@ -82,6 +82,22 @@ | 18 | @@ -82,6 +82,22 @@ |