artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6a2b66
)
One more openssl 1.0.2 thing missed.
author
tb
<tb@openbsd.org>
Wed, 1 Feb 2023 15:58:20 +0000
(15:58 +0000)
committer
tb
<tb@openbsd.org>
Wed, 1 Feb 2023 15:58:20 +0000
(15:58 +0000)
regress/lib/libssl/interop/botan/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/interop/botan/Makefile
b/regress/lib/libssl/interop/botan/Makefile
index
ea9517d
..
23f8a07
100644
(file)
--- a/
regress/lib/libssl/interop/botan/Makefile
+++ b/
regress/lib/libssl/interop/botan/Makefile
@@
-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