View | Details | Raw Unified | Return to bug 226339 | Differences between
and this patch

Collapse All | Expand All

(-)security/dropbear/Makefile (+2 lines)
Lines 52-57 SMALL_CODE_DESC= Make binary smaller in exchange for 50% performance hit Link Here
52
TWOFISH128_DESC=	Enable Twofish128-based encryption
52
TWOFISH128_DESC=	Enable Twofish128-based encryption
53
TWOFISH256_DESC=	Enable Twofish256-based encryption
53
TWOFISH256_DESC=	Enable Twofish256-based encryption
54
54
55
CBC_BROKEN=		./session.h:77:3: error: unknown type name 'symmetric_CBC'
56
55
3DES_IMPLIES=	CTR
57
3DES_IMPLIES=	CTR
56
STATIC_CONFIGURE_ENABLE=	static
58
STATIC_CONFIGURE_ENABLE=	static
57
59

Return to bug 226339