aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index e4fac1d..46aa483 100755
--- a/update.sh
+++ b/update.sh
@@ -353,6 +353,8 @@ for i in `find $libcrypto_regress -name '*.c'`; do
353done 353done
354$CP $libcrypto_regress/evp/evptests.txt tests 354$CP $libcrypto_regress/evp/evptests.txt tests
355$CP $libcrypto_regress/aead/*.txt tests 355$CP $libcrypto_regress/aead/*.txt tests
356$CP $libcrypto_regress/ct/ctlog.conf tests
357$CP $libcrypto_regress/ct/*.crt tests
356 358
357# generate libcrypto freenull.c 359# generate libcrypto freenull.c
358awk -f $libcrypto_regress/free/freenull.awk \ 360awk -f $libcrypto_regress/free/freenull.awk \