aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index e7d9e6b..c7ff9fb 100755
--- a/update.sh
+++ b/update.sh
@@ -286,6 +286,7 @@ $GREP '^[A-Za-z0-9_]' < $libssl_src/Symbols.list > ssl/ssl.sym
286 286
287# copy libcrypto tests 287# copy libcrypto tests
288echo "copying tests" 288echo "copying tests"
289touch tests/empty.c
289for i in `find $libcrypto_regress -name '*.c'`; do 290for i in `find $libcrypto_regress -name '*.c'`; do
290 $CP "$i" tests 291 $CP "$i" tests
291done 292done