diff options
author | Brent Cook <busterb@gmail.com> | 2023-07-07 03:13:31 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-07-07 04:21:56 -0500 |
commit | 6000f4de8f5bead23cce1a5cc1f701bf69e16181 (patch) | |
tree | 5551ff1337f06501323c63427f32a3770ea06c30 /patches | |
parent | e06ce19f9531240fa4e754197850184dbcd445fc (diff) | |
download | portable-6000f4de8f5bead23cce1a5cc1f701bf69e16181.tar.gz portable-6000f4de8f5bead23cce1a5cc1f701bf69e16181.tar.bz2 portable-6000f4de8f5bead23cce1a5cc1f701bf69e16181.zip |
remove aeadtest patch upstreamed
Diffstat (limited to 'patches')
-rw-r--r-- | patches/aeadtest.c.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/patches/aeadtest.c.patch b/patches/aeadtest.c.patch deleted file mode 100644 index b3fe052..0000000 --- a/patches/aeadtest.c.patch +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | --- tests/aeadtest.c.orig Mon Sep 5 22:30:33 2022 | ||
2 | +++ tests/aeadtest.c Mon Sep 5 23:51:27 2022 | ||
3 | @@ -48,6 +48,12 @@ | ||
4 | |||
5 | #define BUF_MAX 1024 | ||
6 | |||
7 | +#ifdef _MSC_VER | ||
8 | +#ifdef IN | ||
9 | +#undef IN | ||
10 | +#endif | ||
11 | +#endif | ||
12 | + | ||
13 | /* These are the different types of line that are found in the input file. */ | ||
14 | enum { | ||
15 | AEAD = 0, /* name of the AEAD algorithm. */ | ||