diff options
Diffstat (limited to 'patches/aeadtest.c.patch')
-rw-r--r-- | patches/aeadtest.c.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/aeadtest.c.patch b/patches/aeadtest.c.patch index a7b3fca..4f7319d 100644 --- a/patches/aeadtest.c.patch +++ b/patches/aeadtest.c.patch | |||
@@ -1,9 +1,9 @@ | |||
1 | --- tests/aeadtest.c.orig 2018-07-24 21:59:17.000000000 -0500 | 1 | --- tests/aeadtest.c.orig Sat Jan 26 12:39:05 2019 |
2 | +++ tests/aeadtest.c 2018-11-07 18:44:43.000000000 -0600 | 2 | +++ tests/aeadtest.c Fri Sep 4 04:04:26 2020 |
3 | @@ -76,6 +76,12 @@ | 3 | @@ -79,6 +79,12 @@ |
4 | 4 | ||
5 | #define BUF_MAX 1024 | 5 | #define BUF_MAX 1024 |
6 | 6 | ||
7 | +#ifdef _MSC_VER | 7 | +#ifdef _MSC_VER |
8 | +#ifdef IN | 8 | +#ifdef IN |
9 | +#undef IN | 9 | +#undef IN |