diff options
Diffstat (limited to 'nist/make-package.sh')
| -rwxr-xr-x | nist/make-package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nist/make-package.sh b/nist/make-package.sh index 009d997..4a4ae13 100755 --- a/nist/make-package.sh +++ b/nist/make-package.sh @@ -81,7 +81,7 @@ test-variant () } -unzip ${NIST_DIR}/TestVectorGen.zip -d ${TMP_DIR} +cp ${NIST_DIR}/TestVectorGen/* ${TMP_DIR} for mode in i ii do @@ -92,6 +92,6 @@ do done done -tar czf lilliput-ae.tgz -C ${TMP_DIR} crypto_aead +cp -r ${TMP_DIR}/crypto_aead results/ cleanup |
