diff options
Diffstat (limited to 'patches/aeadtest.c.patch')
-rw-r--r-- | patches/aeadtest.c.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/patches/aeadtest.c.patch b/patches/aeadtest.c.patch new file mode 100644 index 0000000..ce62107 --- /dev/null +++ b/patches/aeadtest.c.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | --- tests/aeadtest.c.orig 2016-10-18 17:03:33.845870889 +0900 | ||
2 | +++ tests/aeadtest.c 2016-10-18 17:11:19.880841283 +0900 | ||
3 | @@ -75,6 +75,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. */ | ||