aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2018-11-10 03:42:12 +0800
committerswills <swills@FreeBSD.org>2018-11-10 03:42:12 +0800
commitf620e5eb84276071b7f0edef88b9d063bfc8bd11 (patch)
treef912d455a351bf92b12cfa19d7e38730d1d9f9a8
parent187af195953a70e309c668550dabe2a7a22b5d2b (diff)
downloadfreebsd-ports-gnome-f620e5eb84276071b7f0edef88b9d063bfc8bd11.tar.gz
freebsd-ports-gnome-f620e5eb84276071b7f0edef88b9d063bfc8bd11.tar.zst
freebsd-ports-gnome-f620e5eb84276071b7f0edef88b9d063bfc8bd11.zip
security/dropbear: fix CBC option
PR: 232143 Reported by: dewayne@heuristicsystems.com.au Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
-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: