diff options
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -286,6 +286,7 @@ $GREP '^[A-Za-z0-9_]' < $libssl_src/Symbols.list > ssl/ssl.sym | |||
286 | 286 | ||
287 | # copy libcrypto tests | 287 | # copy libcrypto tests |
288 | echo "copying tests" | 288 | echo "copying tests" |
289 | touch tests/empty.c | ||
289 | for i in `find $libcrypto_regress -name '*.c'`; do | 290 | for i in `find $libcrypto_regress -name '*.c'`; do |
290 | $CP "$i" tests | 291 | $CP "$i" tests |
291 | done | 292 | done |