summaryrefslogtreecommitdiff
path: root/src/cli.c
diff options
context:
space:
mode:
authorpeonix <ajeetsinghchahar2@gmail.com>2023-03-28 14:21:07 +0530
committerpeonix <ajeetsinghchahar2@gmail.com>2023-03-28 14:21:07 +0530
commita398ecfc297cdcdd8255106d234eb2d99bbc7525 (patch)
tree3f2f78bb0f57b1bd9161ebda0492ac8df8796cee /src/cli.c
parent5bee87e19f70a9ac1339828cd1a1aa90282d2bfc (diff)
downloadgnutls-a398ecfc297cdcdd8255106d234eb2d99bbc7525.tar.gz
changes to keep backward compatibility
Signed-off-by: peonix <ajeetsinghchahar2@gmail.com>
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;