]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
%COMPAT implies %DUMBFW
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 19 Jan 2014 14:10:42 +0000 (15:10 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 19 Jan 2014 14:10:42 +0000 (15:10 +0100)
lib/gnutls_int.h

index dde91b1dc0026e9b254cbb698f823a3be246177c..4af861b13403f64aab842cdb91589829285382a8 100644 (file)
@@ -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.