diff options
| -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 |
