diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-11-05 22:17:51 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-11-05 22:17:51 +0100 |
commit | ec22520c2c9f743d118d5890f26894d28231c1f0 (patch) | |
tree | 49da50eea3e2b1be1cab2d9981d765a5cacf22cc /lib | |
parent | 9b7109fd4b75f392490fc99f3fc1ea1689870b75 (diff) | |
download | gnutls-ec22520c2c9f743d118d5890f26894d28231c1f0.tar.gz |
do not set any default level
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gnutls_priority.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index eb6eb61077..102c7833d8 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -914,7 +914,6 @@ gnutls_priority_init (gnutls_priority_t * priority_cache, } else { - (*priority_cache)->level = GNUTLS_SEC_PARAM_VERY_WEAK; i = 1; } |