summaryrefslogtreecommitdiff
path: root/traces/traces-ae.patch
diff options
context:
space:
mode:
Diffstat (limited to 'traces/traces-ae.patch')
-rw-r--r--traces/traces-ae.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/traces/traces-ae.patch b/traces/traces-ae.patch
index 476c457..35dc0c9 100644
--- a/traces/traces-ae.patch
+++ b/traces/traces-ae.patch
@@ -1,12 +1,12 @@
-diff --git a/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/ae-common.h b/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/ae-common.h
+diff --git a/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/lilliput-ae-utils.h b/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/lilliput-ae-utils.h
index 561854e..397dac0 100644
---- a/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/ae-common.h
-+++ b/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/ae-common.h
+--- a/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/lilliput-ae-utils.h
++++ b/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/lilliput-ae-utils.h
@@ -1,3 +1,5 @@
+#include "debug.h"
+
- #ifndef AE_COMMON_H
- #define AE_COMMON_H
+ #ifndef LILLIPUT_AE_UTILS_H
+ #define LILLIPUT_AE_UTILS_H
@@ -105,20 +107,45 @@ static void process_associated_data(
size_t l_a = A_len / BLOCK_BYTES;