summaryrefslogtreecommitdiff
path: root/test/check-implementation.sh
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-13 14:02:28 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-13 18:08:48 +0100
commitdbae7afbbc13c39f167bad9c2d72d5d670c06c83 (patch)
treeb2fc2e761c8314c70be788d94170685a686db027 /test/check-implementation.sh
parent493b76777c917ccad0d2f3ff669461bf434327f2 (diff)
downloadlilliput-ae-implem-dbae7afbbc13c39f167bad9c2d72d5d670c06c83.tar.xz
Renommage des fichiers implémentant les modes AE
Pour qu'ils soient plus proches du nom donné dans la spécification.
Diffstat (limited to 'test/check-implementation.sh')
-rwxr-xr-xtest/check-implementation.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/check-implementation.sh b/test/check-implementation.sh
index 76616e2..4113637 100755
--- a/test/check-implementation.sh
+++ b/test/check-implementation.sh
@@ -27,7 +27,8 @@ run-genkat ()
local source_files=(
cipher.{c,h}
constants.h
- lilliput-ae{.h,-utils.h,-${mode}.c}
+ lilliput-ae{.h,-utils.h}
+ lilliput-${mode}.c
tweakey.{c,h}
)