From 5ba7763a3fed895b9ed7d8b3f4632901c53dfad1 Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Wed, 28 Aug 2019 21:05:04 +0000 Subject: [PATCH] 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 --- security/razorback-api/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/razorback-api/Makefile b/security/razorback-api/Makefile index 5db644d18a68..b23912ee2452 100644 --- a/security/razorback-api/Makefile +++ b/security/razorback-api/Makefile @@ -37,7 +37,7 @@ STOMP_DEBUG_CONFIGURE_ENABLE= stomp-debug .include -.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