diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-28 15:54:40 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-28 15:54:40 +0100 |
| commit | 23ed93cfd97ea7f5131805f90e9e7d34bfcaff66 (patch) | |
| tree | c9fb46afae4065c1afb62cb222c65baafe182567 /crypto_aead/lilliputaei192v1/ref/test/traces-ae-192-i.c | |
| parent | a3248db69b143ccbbe92560ff1409487cf8ac7cf (diff) | |
| download | lilliput-ae-implem-23ed93cfd97ea7f5131805f90e9e7d34bfcaff66.tar.xz | |
Mutualisation de l'entête d'utilitaires de tests
Diffstat (limited to 'crypto_aead/lilliputaei192v1/ref/test/traces-ae-192-i.c')
| -rw-r--r-- | crypto_aead/lilliputaei192v1/ref/test/traces-ae-192-i.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto_aead/lilliputaei192v1/ref/test/traces-ae-192-i.c b/crypto_aead/lilliputaei192v1/ref/test/traces-ae-192-i.c index 3ee68c3..84d3355 100644 --- a/crypto_aead/lilliputaei192v1/ref/test/traces-ae-192-i.c +++ b/crypto_aead/lilliputaei192v1/ref/test/traces-ae-192-i.c @@ -4,7 +4,7 @@ #include "lilliput-ae.h" #include "debug.h" -#include "helpers.h" +#include "test-helpers.h" FILE *DUMP; |
