From: Nikos Mavrogiannopoulos Date: Sun, 19 Jan 2014 14:10:42 +0000 (+0100) Subject: %COMPAT implies %DUMBFW X-Git-Tag: gnutls_3_3_0pre0~313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40d1a4efa0406cb88bc92708dbcc5631362dc09c;p=thirdparty%2Fgnutls.git %COMPAT implies %DUMBFW --- diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index dde91b1dc0..4af861b134 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -671,6 +671,7 @@ struct gnutls_priority_st { #define ENABLE_COMPAT(x) \ (x)->allow_large_records = 1; \ (x)->allow_wrong_pms = 1; \ + (x)->dumbfw = 1; \ (x)->level = GNUTLS_SEC_PARAM_VERY_WEAK /* DH and RSA parameters types.