summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/relay/relay-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c
index f90953a30..c7765f9ad 100644
--- a/src/plugins/relay/relay-config.c
+++ b/src/plugins/relay/relay-config.c
@@ -1270,7 +1270,7 @@ relay_config_init ()
"documentation of function gnutls_priority_init in gnutls "
"manual, common strings are: \"PERFORMANCE\", \"NORMAL\", "
"\"SECURE128\", \"SECURE256\", \"EXPORT\", \"NONE\")"),
- NULL, 0, 0, "NORMAL:-VERS-SSL3.0", NULL, 0,
+ NULL, 0, 0, "NORMAL", NULL, 0,
&relay_config_check_network_tls_priorities, NULL, NULL,
&relay_config_change_network_tls_priorities, NULL, NULL,
NULL, NULL, NULL);