One more openssl 1.0.2 thing missed.
authortb <tb@openbsd.org>
Wed, 1 Feb 2023 15:58:20 +0000 (15:58 +0000)
committertb <tb@openbsd.org>
Wed, 1 Feb 2023 15:58:20 +0000 (15:58 +0000)
regress/lib/libssl/interop/botan/Makefile

index ea9517d..23f8a07 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2021/12/02 17:10:53 kn Exp $
+# $OpenBSD: Makefile,v 1.6 2023/02/01 15:58:20 tb Exp $
 
 .include <bsd.own.mk>
 
@@ -20,12 +20,12 @@ CXX = /usr/local/bin/eg++
 .endif
 
 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
 
 PROGS =                client
 SRCS_client =  client.cpp