summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/Makefile
diff options
context:
space:
mode:
authorbluhm <>2018-11-07 19:09:01 +0000
committerbluhm <>2018-11-07 19:09:01 +0000
commit8f0e5908a3eda97ad8aa14cba6eae080ee759006 (patch)
treed9d5952c6707b91f46ed428693145c87e2886021 /src/regress/lib/libssl/interop/Makefile
parent1ccfdc4633eea23918743a87973b287510d77c28 (diff)
downloadopenbsd-8f0e5908a3eda97ad8aa14cba6eae080ee759006.tar.gz
openbsd-8f0e5908a3eda97ad8aa14cba6eae080ee759006.tar.bz2
openbsd-8f0e5908a3eda97ad8aa14cba6eae080ee759006.zip
Add interop test with OpenSSL 1.1. TLS 1.3 should be used automatically
when it becomes available in LibreSSL. thanks to sthen@ for the new OpenSSL port
Diffstat (limited to 'src/regress/lib/libssl/interop/Makefile')
-rw-r--r--src/regress/lib/libssl/interop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/interop/Makefile b/src/regress/lib/libssl/interop/Makefile
index 997cad2949..d89376aaf6 100644
--- a/src/regress/lib/libssl/interop/Makefile
+++ b/src/regress/lib/libssl/interop/Makefile
@@ -1,5 +1,5 @@
1# $OpenBSD: Makefile,v 1.1.1.1 2018/11/07 01:08:49 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.2 2018/11/07 19:09:01 bluhm Exp $
2 2
3SUBDIR = libressl openssl 3SUBDIR = libressl openssl openssl11
4 4
5.include <bsd.subdir.mk> 5.include <bsd.subdir.mk>