diff options
| author | tb <> | 2026-06-08 11:53:51 +0000 |
|---|---|---|
| committer | tb <> | 2026-06-08 11:53:51 +0000 |
| commit | c4670875f114f1b23fa143017826168c00519b56 (patch) | |
| tree | 3bd825f50498e9be8d12b69857f4c5a258285b58 /src | |
| parent | 66583c24ec477c457c733302a390034dcf581c73 (diff) | |
| download | openbsd-c4670875f114f1b23fa143017826168c00519b56.tar.gz openbsd-c4670875f114f1b23fa143017826168c00519b56.tar.bz2 openbsd-c4670875f114f1b23fa143017826168c00519b56.zip | |
The ssl_kex regress now passes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/unit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile index e571973c33..81b234b7ac 100644 --- a/src/regress/lib/libssl/unit/Makefile +++ b/src/regress/lib/libssl/unit/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.18 2026/06/08 11:31:29 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.19 2026/06/08 11:53:51 tb Exp $ |
| 2 | 2 | ||
| 3 | PROGS += cipher_list | 3 | PROGS += cipher_list |
| 4 | PROGS += ssl_get_shared_ciphers | 4 | PROGS += ssl_get_shared_ciphers |
| @@ -10,8 +10,6 @@ PROGS += ssl_versions | |||
| 10 | PROGS += tls_ext_alpn | 10 | PROGS += tls_ext_alpn |
| 11 | PROGS += tls_prf | 11 | PROGS += tls_prf |
| 12 | 12 | ||
| 13 | REGRESS_EXPECTED_FAILURES += run-regress-ssl_kex | ||
| 14 | |||
| 15 | WARNINGS= Yes | 13 | WARNINGS= Yes |
| 16 | LDADD = ${SSL_INT} -lcrypto | 14 | LDADD = ${SSL_INT} -lcrypto |
| 17 | DPADD = ${LIBSSL} ${LIBCRYPTO} | 15 | DPADD = ${LIBSSL} ${LIBCRYPTO} |
