summaryrefslogtreecommitdiff
path: root/test/check-implementation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/check-implementation.sh')
-rwxr-xr-xtest/check-implementation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/check-implementation.sh b/test/check-implementation.sh
index 0ce739d..951c6af 100755
--- a/test/check-implementation.sh
+++ b/test/check-implementation.sh
@@ -27,8 +27,8 @@ run-genkat ()
local source_files=(
ae-common.h
cipher.{c,h}
+ constants.h
lilliput-ae{.h,-${mode}.c}
- parameters.h
tweakey.{c,h}
)
@@ -40,7 +40,7 @@ run-genkat ()
cp ${src_dir}/${implem}/${f} ${genkat_dir}
done
- cp ${src_dir}/${mode}-${keylen}/_parameters.h ${genkat_dir}
+ cp ${src_dir}/${mode}-${keylen}/parameters.h ${genkat_dir}
cp ${ROOT_DIR}/nist/{api.h,encrypt.c} ${genkat_dir}
cp ${ROOT_DIR}/nist/TestVectorGen/* ${genkat_dir}