summaryrefslogtreecommitdiff
path: root/src/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.c')
-rw-r--r--src/cli.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cli.c b/src/cli.c
index f1eda4680f..08dddb08f2 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -1637,6 +1637,9 @@ void print_priority_list(void)
return;
}
+/* Keeps backward compatibility */
+#define GNUTLS_NO_EXTENSIONS GNUTLS_NO_DEFAULT_EXTENSIONS
+
static void cmd_parser(int argc, char **argv)
{
char *rest = NULL;