From 4e4f5b4c833ba5285e001bdb6b832bdf91c43da3 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 30 Aug 2021 17:27:46 +0000 Subject: This commit was manufactured by cvs2git to create tag 'tb_20210830'. --- src/regress/lib/libssl/interop/session/Makefile | 46 ------------------------- 1 file changed, 46 deletions(-) delete mode 100644 src/regress/lib/libssl/interop/session/Makefile (limited to 'src/regress/lib/libssl/interop/session') diff --git a/src/regress/lib/libssl/interop/session/Makefile b/src/regress/lib/libssl/interop/session/Makefile deleted file mode 100644 index 12d3eb2af7..0000000000 --- a/src/regress/lib/libssl/interop/session/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# $OpenBSD: Makefile,v 1.6 2020/12/17 00:51:11 bluhm Exp $ - -LIBRARIES = libressl -.if exists(/usr/local/bin/eopenssl) -LIBRARIES += openssl -.endif -.if exists(/usr/local/bin/eopenssl11) -LIBRARIES += openssl11 -.endif - -run-session-client-libressl-server-libressl \ -run-session-client-libressl-server-openssl11 \ -run-session-client-openssl11-server-libressl \ -run-session-client-openssl11-server-openssl11: - # TLS 1.3 needs some extra setup for session reuse - @echo DISABLED - -.for clib in ${LIBRARIES} -.for slib in ${LIBRARIES} - -REGRESS_TARGETS += run-session-client-${clib}-server-${slib} - -run-session-client-${clib}-server-${slib}: \ - 127.0.0.1.crt ../${clib}/client ../${slib}/server - LD_LIBRARY_PATH=/usr/local/lib/e${slib} \ - ../${slib}/server >${@:S/^run/server/}.out \ - -ss \ - 127.0.0.1 0 - LD_LIBRARY_PATH=/usr/local/lib/e${clib} \ - ../${clib}/client >${@:S/^run/client/}.out \ - -ss \ - `sed -n 's/listen sock: //p' ${@:S/^run/server/}.out` - grep '^success$$' ${@:S/^run/server/}.out || \ - { sleep 1; grep '^success$$' ${@:S/^run/server/}.out; } - grep '^success$$' ${@:S/^run/client/}.out - grep '^session 2: new$$' ${@:S/^run/server/}.out - grep '^session 2: new$$' ${@:S/^run/client/}.out - grep '^session 1: reuse$$' ${@:S/^run/server/}.out - grep '^session 1: reuse$$' ${@:S/^run/client/}.out - grep '^session 0: reuse$$' ${@:S/^run/server/}.out - grep '^session 0: reuse$$' ${@:S/^run/client/}.out - -.endfor -.endfor - -.include -- cgit v1.2.3-55-g6feb