diff options
Diffstat (limited to 'patches/ssl_namespace.h.patch')
-rw-r--r-- | patches/ssl_namespace.h.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/ssl_namespace.h.patch b/patches/ssl_namespace.h.patch index 758f8dc..eb9c7a2 100644 --- a/patches/ssl_namespace.h.patch +++ b/patches/ssl_namespace.h.patch | |||
@@ -1,5 +1,5 @@ | |||
1 | --- openbsd/src/lib/libssl/hidden/ssl_namespace.h 2023-03-15 11:41:52.481641800 -0600 | 1 | --- ssl/hidden/ssl_namespace.h.orig Fri Aug 2 23:52:55 2024 |
2 | +++ ssl/hidden/ssl_namespace.h 2023-03-15 17:28:04.685309300 -0600 | 2 | +++ ssl/hidden/ssl_namespace.h Fri Aug 2 23:53:17 2024 |
3 | @@ -23,6 +23,11 @@ | 3 | @@ -23,6 +23,11 @@ |
4 | * and we alias that to the normal name. | 4 | * and we alias that to the normal name. |
5 | */ | 5 | */ |
@@ -12,7 +12,7 @@ | |||
12 | #ifdef LIBRESSL_NAMESPACE | 12 | #ifdef LIBRESSL_NAMESPACE |
13 | #define LSSL_UNUSED(x) typeof(x) x __attribute__((deprecated)) | 13 | #define LSSL_UNUSED(x) typeof(x) x __attribute__((deprecated)) |
14 | #define LSSL_USED(x) __attribute__((visibility("hidden"))) \ | 14 | #define LSSL_USED(x) __attribute__((visibility("hidden"))) \ |
15 | @@ -33,5 +38,6 @@ | 15 | @@ -37,5 +42,6 @@ |
16 | #define LSSL_USED(x) | 16 | #define LSSL_USED(x) |
17 | #define LSSL_ALIAS(x) asm("") | 17 | #define LSSL_ALIAS(x) asm("") |
18 | #endif | 18 | #endif |