aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index e1b91f8..fa8375f 100755
--- a/update.sh
+++ b/update.sh
@@ -347,7 +347,7 @@ $GREP '^[A-Za-z0-9_]' < $libssl_src/Symbols.list > ssl/ssl.sym
347# copy libcrypto tests 347# copy libcrypto tests
348echo "copying tests" 348echo "copying tests"
349touch tests/empty.c 349touch tests/empty.c
350for i in `find $libcrypto_regress -name '*.c'`; do 350for i in `find $libcrypto_regress -name '*.[ch]'`; do
351 $CP "$i" tests 351 $CP "$i" tests
352done 352done
353$CP $libcrypto_regress/evp/evptests.txt tests 353$CP $libcrypto_regress/evp/evptests.txt tests