remove aeadtest patch upstreamed

This commit is contained in:
Brent Cook 2023-07-07 03:13:31 -05:00
parent e06ce19f95
commit 6000f4de8f

View File

@ -1,15 +0,0 @@
--- 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 @@
#define BUF_MAX 1024
+#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. */