diff options
Diffstat (limited to 'update.sh')
| -rwxr-xr-x | update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -369,6 +369,8 @@ $CP $libssl_regress/ssl/testssl tests | |||
| 369 | for i in `find $libssl_regress -name '*.c'`; do | 369 | for i in `find $libssl_regress -name '*.c'`; do |
| 370 | $CP "$i" tests | 370 | $CP "$i" tests |
| 371 | done | 371 | done |
| 372 | # tls/tlstest.c collides with libtls/tls/tlstest.c when flattened. | ||
| 373 | $CP $libssl_regress/tls/tlstest.c tests/ssl_tlstest.c | ||
| 372 | $CP $libssl_regress/unit/tests.h tests | 374 | $CP $libssl_regress/unit/tests.h tests |
| 373 | $CP $libssl_regress/certs/*.pem tests | 375 | $CP $libssl_regress/certs/*.pem tests |
| 374 | $CP $libssl_regress/certs/*.crl tests | 376 | $CP $libssl_regress/certs/*.crl tests |
