summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-01-15 10:36:13 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-01-15 10:36:13 +0100
commit232e95742cb1175f17971681d711a03231f51e38 (patch)
tree9fcf0fa02d8a61022313ab0b119b1c1f2525607d /lib
parentb4c9200a7044104a668e8be17c4790c2072ff0a2 (diff)
downloadgnutls-232e95742cb1175f17971681d711a03231f51e38.tar.gz
no need to set profile to LOW as it is already the default
Diffstat (limited to 'lib')
-rw-r--r--lib/gnutls_int.h2
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.