aboutsummaryrefslogtreecommitdiff
path: root/security/dropbear
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-11-09 19:42:12 +0000
committerSteve Wills <swills@FreeBSD.org>2018-11-09 19:42:12 +0000
commit9c4b1d6b5667f7a30330e1a24cdfa9c811540bc0 (patch)
treef912d455a351bf92b12cfa19d7e38730d1d9f9a8 /security/dropbear
parent2c406d92c7e77507d6fe888d4fb56b4c3217c513 (diff)
downloadports-9c4b1d6b5667f7a30330e1a24cdfa9c811540bc0.tar.gz
ports-9c4b1d6b5667f7a30330e1a24cdfa9c811540bc0.zip
security/dropbear: fix CBC option
PR: 232143 Reported by: dewayne@heuristicsystems.com.au Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Notes
Notes: svn path=/head/; revision=484543
Diffstat (limited to 'security/dropbear')
-rw-r--r--security/dropbear/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile
index da911c2052a3..63ef1ed5cb53 100644
--- a/security/dropbear/Makefile
+++ b/security/dropbear/Makefile
@@ -52,9 +52,9 @@ SMALL_CODE_DESC= Make binary smaller in exchange for 50% performance hit
TWOFISH128_DESC= Enable Twofish128-based encryption
TWOFISH256_DESC= Enable Twofish256-based encryption
-CBC_BROKEN= ./session.h:77:3: error: unknown type name 'symmetric_CBC'
-
3DES_IMPLIES= CTR
+CBC_IMPLIES= CTR
+
STATIC_CONFIGURE_ENABLE= static
post-patch: