security/sslwrap: extend BROKENness to FreeBSD 14

This commit is contained in:
Dmitry Marakasov 2021-04-27 17:17:19 +03:00
parent 1e341e2717
commit 706df2bbee

View file

@ -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: