summaryrefslogtreecommitdiff
path: root/nist/make-package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nist/make-package.sh')
-rwxr-xr-xnist/make-package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nist/make-package.sh b/nist/make-package.sh
index 6fa7e7c..33abeac 100755
--- a/nist/make-package.sh
+++ b/nist/make-package.sh
@@ -46,8 +46,8 @@ add-variant ()
source_files=(
ae-common.h
cipher.{c,h}
+ constants.h
lilliput-ae{.h,-${mode}.c}
- parameters.h
tweakey.{c,h}
)
@@ -60,7 +60,7 @@ add-variant ()
for implem in ${implementations[@]}
do
mkdir ${dest}/${implem}
- cp ${ROOT}/src/${mode}-${key_length}/_parameters.h ${dest}/${implem}
+ cp ${ROOT}/src/${mode}-${key_length}/parameters.h ${dest}/${implem}
cp ${NIST_DIR}/{api.h,encrypt.c} ${dest}/${implem}
for f in ${source_files[@]}