diff options
author | Theo Buehler <tb@openbsd.org> | 2024-08-02 23:59:19 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-08-02 23:59:19 -0600 |
commit | 5eb1c40e180de2db1781df890997f15a9affab22 (patch) | |
tree | 811eea332c4bab314122cb7ec6d4db2344c3637c /patches/ssl_namespace.h.patch | |
parent | 695bdfc4b63939241be6d81116e1f4a567f9a0e7 (diff) | |
download | portable-5eb1c40e180de2db1781df890997f15a9affab22.tar.gz portable-5eb1c40e180de2db1781df890997f15a9affab22.tar.bz2 portable-5eb1c40e180de2db1781df890997f15a9affab22.zip |
regen patches
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 |