summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-12-13 06:01:13 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-12-13 06:01:13 +0000
commit012d56bcce2bc1821071899c4b1d33cc24c7b8e7 (patch)
tree549b958b6c7b696b22eed99bb846348402a986eb
parentemulators/i386-wine-devel: update to 4.0.r1_1 (diff)
security/apache-xml-security-c builds fine with OpenSSL 1.1.1
http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/apache-xml-security-c-2.0.2.log PR: 229022
Notes
Notes: svn path=/head/; revision=487344
-rw-r--r--security/apache-xml-security-c/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile
index d9c8490ca44d..e9c23595a3ed 100644
--- a/security/apache-xml-security-c/Makefile
+++ b/security/apache-xml-security-c/Makefile
@@ -22,7 +22,5 @@ CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENS
CPE_PRODUCT= xml_security_for_c\+\+
CPE_VENDOR= apache
-BROKEN_SSL= openssl111
-BROKEN_SSL_REASON_openssl111= field has incomplete type HMAC_CTX (aka hmac_ctx_st)
.include <bsd.port.mk>