From b96ad7e8ab1339aed3d329532b4040d75418f0ca Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 14 Dec 2024 13:57:38 -0700 Subject: Also install test headers --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # copy libcrypto tests echo "copying tests" touch tests/empty.c -for i in `find $libcrypto_regress -name '*.c'`; do +for i in `find $libcrypto_regress -name '*.[ch]'`; do $CP "$i" tests done $CP $libcrypto_regress/evp/evptests.txt tests -- cgit v1.2.3-55-g6feb