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/openssl/Makefile | 42 ------------------------- 1 file changed, 42 deletions(-) delete mode 100644 src/regress/lib/libssl/interop/openssl/Makefile (limited to 'src/regress/lib/libssl/interop/openssl') diff --git a/src/regress/lib/libssl/interop/openssl/Makefile b/src/regress/lib/libssl/interop/openssl/Makefile deleted file mode 100644 index 181d35aa02..0000000000 --- a/src/regress/lib/libssl/interop/openssl/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# $OpenBSD: Makefile,v 1.8 2020/12/17 00:51:11 bluhm Exp $ - -.if ! exists(/usr/local/bin/eopenssl) -regress: - # install openssl-1.0.2 from ports for interop tests - @echo SKIPPED -.else - -PROGS = client server -CPPFLAGS = -I /usr/local/include/eopenssl -LDFLAGS = -L /usr/local/lib/eopenssl -LDADD = -lssl -lcrypto -DPADD = /usr/local/lib/eopenssl/libssl.a \ - /usr/local/lib/eopenssl/libcrypto.a -LD_LIBRARY_PATH = /usr/local/lib/eopenssl -REGRESS_TARGETS = run-self-client-server -.for p in ${PROGS} -REGRESS_TARGETS += run-ldd-$p run-version-$p run-protocol-$p -.endfor - -.for p in ${PROGS} - -run-ldd-$p: ldd-$p.out - # check that $p is linked with OpenSSL - grep -q /usr/local/lib/eopenssl/libcrypto.so ldd-$p.out - grep -q /usr/local/lib/eopenssl/libssl.so ldd-$p.out - # check that $p is not linked with LibreSSL - ! grep -v libc.so ldd-$p.out | grep /usr/lib/ - -run-version-$p: $p-self.out - # check that runtime version is OpenSSL 1.0.2 - grep 'SSLEAY_VERSION: OpenSSL 1.0.2' $p-self.out - -run-protocol-$p: $p-self.out - # check that OpenSSL 1.0.2 protocol version is TLS 1.2 - grep 'Protocol *: TLSv1.2' $p-self.out - -.endfor - -.endif # exists(/usr/local/bin/eopenssl) - -.include -- cgit v1.2.3-55-g6feb