2022-09-05 23:52:41 +02:00
|
|
|
--- tests/aeadtest.c.orig Mon Sep 5 22:30:33 2022
|
|
|
|
+++ tests/aeadtest.c Mon Sep 5 23:51:27 2022
|
|
|
|
@@ -48,6 +48,12 @@
|
2020-09-04 04:12:49 -05:00
|
|
|
|
2016-10-18 17:13:56 +09:00
|
|
|
#define BUF_MAX 1024
|
2020-09-04 04:12:49 -05:00
|
|
|
|
2016-10-18 17:13:56 +09:00
|
|
|
+#ifdef _MSC_VER
|
|
|
|
+#ifdef IN
|
|
|
|
+#undef IN
|
|
|
|
+#endif
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
/* These are the different types of line that are found in the input file. */
|
|
|
|
enum {
|
|
|
|
AEAD = 0, /* name of the AEAD algorithm. */
|