Hopefully the last one.
authortb <tb@openbsd.org>
Wed, 1 Feb 2023 15:59:50 +0000 (15:59 +0000)
committertb <tb@openbsd.org>
Wed, 1 Feb 2023 15:59:50 +0000 (15:59 +0000)
regress/lib/libssl/interop/session/Makefile

index 12d3eb2..8a15393 100644 (file)
@@ -1,12 +1,12 @@
-# $OpenBSD: Makefile,v 1.6 2020/12/17 00:51:11 bluhm Exp $
+# $OpenBSD: Makefile,v 1.7 2023/02/01 15:59:50 tb Exp $
 
 LIBRARIES =            libressl
-.if exists(/usr/local/bin/eopenssl)
-LIBRARIES +=           openssl
-.endif
 .if exists(/usr/local/bin/eopenssl11)
 LIBRARIES +=           openssl11
 .endif
+.if exists(/usr/local/bin/eopenssl30)
+LIBRARIES +=           openssl30
+.endif
 
 run-session-client-libressl-server-libressl \
 run-session-client-libressl-server-openssl11 \