diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-27 17:17:19 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-27 17:21:17 +0300 |
commit | 706df2bbee6d0101ce1387d18b6568b052a451b8 (patch) | |
tree | 2e67cc39cbb5e6c44b44782560421c2227b14cb9 | |
parent | japanese/newosaka: extend BROKENness to FreeBSD 14 (diff) |
security/sslwrap: extend BROKENness to FreeBSD 14
-rw-r--r-- | security/sslwrap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index e2ab22b6c8c7..d4cd9751ee5f 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -29,6 +29,7 @@ OPTIONS_DEFINE= DOCS .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct dh_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct dh_st' +BROKEN_FreeBSD_14= incomplete definition of type 'struct dh_st' .endif post-patch: |