artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa2571b
)
Disable client handshake test for now for pending changes.
author
beck
<beck@openbsd.org>
Tue, 26 Mar 2024 01:18:16 +0000
(
01:18
+0000)
committer
beck
<beck@openbsd.org>
Tue, 26 Mar 2024 01:18:16 +0000
(
01:18
+0000)
ok jsing@
regress/lib/libssl/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/Makefile
b/regress/lib/libssl/Makefile
index
94c980f
..
c1a6018
100644
(file)
--- a/
regress/lib/libssl/Makefile
+++ b/
regress/lib/libssl/Makefile
@@
-1,11
+1,12
@@
-# $OpenBSD: Makefile,v 1.5
5 2024/01/19 08:29:26 jsing
Exp $
+# $OpenBSD: Makefile,v 1.5
6 2024/03/26 01:18:16 beck
Exp $
SUBDIR += api
SUBDIR += asn1
SUBDIR += buffer
SUBDIR += bytestring
SUBDIR += ciphers
-SUBDIR += client
+#Disable for now for upcoming changes. This needs to be easier to deal with.
+#SUBDIR += client
SUBDIR += dtls
SUBDIR += exporter
SUBDIR += handshake