From 232e95742cb1175f17971681d711a03231f51e38 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 15 Jan 2014 10:36:13 +0100 Subject: no need to set profile to LOW as it is already the default --- lib/gnutls_int.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/gnutls_int.h') 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. -- cgit v1.2.1