From 2754138027798d8c9f90be6be01e730e127b9255 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sun, 19 Jul 2026 17:07:52 +0900 Subject: Run libssl tlstest regress/lib/libssl/tls/tlstest.c and regress/lib/libtls/tls/tlstest.c have the same file name, so the flattened test copy only kept the libtls test. Copy the libssl test as ssl_tlstest.c, also add a wrapper script. Ref #1273 --- update.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 31cd04d..a6d0ebd 100755 --- a/update.sh +++ b/update.sh @@ -369,6 +369,8 @@ $CP $libssl_regress/ssl/testssl tests for i in `find $libssl_regress -name '*.c'`; do $CP "$i" tests done +# tls/tlstest.c collides with libtls/tls/tlstest.c when flattened. +$CP $libssl_regress/tls/tlstest.c tests/ssl_tlstest.c $CP $libssl_regress/unit/tests.h tests $CP $libssl_regress/certs/*.pem tests $CP $libssl_regress/certs/*.crl tests -- cgit v1.2.3-55-g6feb