artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b195b8
)
Switch from eopenssl to eopenssl30. Missed in both previous commits
author
tb
<tb@openbsd.org>
Wed, 1 Feb 2023 15:38:57 +0000
(15:38 +0000)
committer
tb
<tb@openbsd.org>
Wed, 1 Feb 2023 15:38:57 +0000
(15:38 +0000)
for some reason.
regress/lib/libssl/interop/netcat/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/interop/netcat/Makefile
b/regress/lib/libssl/interop/netcat/Makefile
index
f337d4a
..
9cf1041
100644
(file)
--- a/
regress/lib/libssl/interop/netcat/Makefile
+++ b/
regress/lib/libssl/interop/netcat/Makefile
@@
-1,12
+1,12
@@
-# $OpenBSD: Makefile,v 1.
5 2020/12/17 00:51:11 bluhm
Exp $
+# $OpenBSD: Makefile,v 1.
6 2023/02/01 15:38:57 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 netcat server and connect with test client