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. --- nist/make-package.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nist/make-package.sh') diff --git a/nist/make-package.sh b/nist/make-package.sh index dd50f54..30debe3 100755 --- a/nist/make-package.sh +++ b/nist/make-package.sh @@ -46,7 +46,8 @@ add-variant () 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