1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 07:13:36 +02:00

The ssl_kex regress now passes.

This commit is contained in:
tb
2026-06-08 11:53:51 +00:00
parent 6d7d7f344b
commit 64dbfdfff7
+1 -3
View File
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2026/06/08 11:31:29 tb Exp $
# $OpenBSD: Makefile,v 1.19 2026/06/08 11:53:51 tb Exp $
PROGS += cipher_list
PROGS += ssl_get_shared_ciphers
@@ -10,8 +10,6 @@ PROGS += ssl_versions
PROGS += tls_ext_alpn
PROGS += tls_prf
REGRESS_EXPECTED_FAILURES += run-regress-ssl_kex
WARNINGS= Yes
LDADD = ${SSL_INT} -lcrypto
DPADD = ${LIBSSL} ${LIBCRYPTO}