diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gnutls_int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index 939fdde59b..9a1ade6d29 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -673,8 +673,6 @@ struct gnutls_priority_st { (x)->allow_large_records = 1; \ (x)->allow_wrong_pms = 1; \ (x)->allow_weak_keys = 1; \ - (x)->additional_verify_flags &= 0x00ffffff; \ - (x)->additional_verify_flags |= GNUTLS_VFLAGS_TO_PROFILE(GNUTLS_PROFILE_LOW); \ (x)->level = GNUTLS_SEC_PARAM_VERY_WEAK /* DH and RSA parameters types. |