Mark the port also broken if OpenSSL 1.1.1 from ports is used.

Same error message:
incomplete definition of type 'struct rsa_st'
like you have with base SSL from FreeBSD 12 and 13.

PR:		240094
This commit is contained in:
Matthias Fechner 2019-08-28 21:05:04 +00:00
parent c8ca25c5bb
commit 5ba7763a3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510102

View File

@ -37,7 +37,7 @@ STOMP_DEBUG_CONFIGURE_ENABLE= stomp-debug
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
.if ${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl111
BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st'
BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st'
.endif