summaryrefslogtreecommitdiff
path: root/traces/traces-ae.patch
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-05 09:00:43 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-05 09:00:43 +0100
commitbfafd1b3323ac543cae2d34f43e02b8b4373c36f (patch)
tree374ffca288420c5188a3344e382545600737b0a3 /traces/traces-ae.patch
parent35935f0a2ac2df9d71aa767cadbf5ae23396ad2d (diff)
downloadlilliput-ae-implem-bfafd1b3323ac543cae2d34f43e02b8b4373c36f.tar.xz
Renommage de ae-common.h en lilliput-ae-utils.h
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;