diff options
author | swills <swills@FreeBSD.org> | 2018-11-10 03:42:12 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-11-10 03:42:12 +0800 |
commit | f620e5eb84276071b7f0edef88b9d063bfc8bd11 (patch) | |
tree | f912d455a351bf92b12cfa19d7e38730d1d9f9a8 | |
parent | 187af195953a70e309c668550dabe2a7a22b5d2b (diff) | |
download | freebsd-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/Makefile | 4 |
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: |