aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-12-14 13:57:38 -0700
committerTheo Buehler <tb@openbsd.org>2024-12-14 13:59:23 -0700
commitb96ad7e8ab1339aed3d329532b4040d75418f0ca (patch)
treeb15ecc2c91e1ea4f876ce12caa0de8dd5a0bf70c
parentb6334af20e996432fb91313637a9d78317144e58 (diff)
downloadportable-b96ad7e8ab1339aed3d329532b4040d75418f0ca.tar.gz
portable-b96ad7e8ab1339aed3d329532b4040d75418f0ca.tar.bz2
portable-b96ad7e8ab1339aed3d329532b4040d75418f0ca.zip
Also install test headers
-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