From dbae7afbbc13c39f167bad9c2d72d5d670c06c83 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 13 Feb 2019 14:02:28 +0100 Subject: Renommage des fichiers implémentant les modes AE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pour qu'ils soient plus proches du nom donné dans la spécification. --- test/check-implementation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/check-implementation.sh') 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} ) -- cgit v1.2.3