diff options
author | Theo Buehler <tb@openbsd.org> | 2024-12-14 13:57:38 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-12-14 13:59:23 -0700 |
commit | b96ad7e8ab1339aed3d329532b4040d75418f0ca (patch) | |
tree | b15ecc2c91e1ea4f876ce12caa0de8dd5a0bf70c | |
parent | b6334af20e996432fb91313637a9d78317144e58 (diff) | |
download | portable-b96ad7e8ab1339aed3d329532b4040d75418f0ca.tar.gz portable-b96ad7e8ab1339aed3d329532b4040d75418f0ca.tar.bz2 portable-b96ad7e8ab1339aed3d329532b4040d75418f0ca.zip |
Also install test headers
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -347,7 +347,7 @@ $GREP '^[A-Za-z0-9_]' < $libssl_src/Symbols.list > ssl/ssl.sym | |||
347 | # copy libcrypto tests | 347 | # copy libcrypto tests |
348 | echo "copying tests" | 348 | echo "copying tests" |
349 | touch tests/empty.c | 349 | touch tests/empty.c |
350 | for i in `find $libcrypto_regress -name '*.c'`; do | 350 | for i in `find $libcrypto_regress -name '*.[ch]'`; do |
351 | $CP "$i" tests | 351 | $CP "$i" tests |
352 | done | 352 | done |
353 | $CP $libcrypto_regress/evp/evptests.txt tests | 353 | $CP $libcrypto_regress/evp/evptests.txt tests |