aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libaes-siv/header_rename.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libaes-siv/header_rename.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libaes-siv/header_rename.patch')
-rw-r--r--vcpkg/ports/libaes-siv/header_rename.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/vcpkg/ports/libaes-siv/header_rename.patch b/vcpkg/ports/libaes-siv/header_rename.patch
new file mode 100644
index 0000000..db8ba13
--- /dev/null
+++ b/vcpkg/ports/libaes-siv/header_rename.patch
@@ -0,0 +1,39 @@
+diff --git a/aes_siv.c b/aes_siv.c
+index 00a510d..2b31ed3 100644
+--- a/aes_siv.c
++++ b/aes_siv.c
+@@ -5,7 +5,7 @@
+ #define _POSIX_C_SOURCE 200112L
+ #define _ISOC99_SOURCE 1
+
+-#include "config.h"
++#include "aes_siv_config.h"
+ #include "aes_siv.h"
+
+ #include <assert.h>
+diff --git a/bench.c b/bench.c
+index ea5a29b..61cb485 100644
+--- a/bench.c
++++ b/bench.c
+@@ -2,7 +2,7 @@
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
+-#include "config.h"
++#include "aes_siv_config.h"
+ #include "aes_siv.h"
+
+ #define _POSIX_C_SOURCE 200112L
+diff --git a/tests.c b/tests.c
+index 996cc58..9ff9637 100644
+--- a/tests.c
++++ b/tests.c
+@@ -5,7 +5,7 @@
+ #define _POSIX_C_SOURCE 200112L
+ #define _ISOC99_SOURCE 1
+
+-#include "config.h"
++#include "aes_siv_config.h"
+ #include "aes_siv.h"
+
+ #undef NDEBUG