From 4dfedc0d25498e37b31eeada1251bf9e8f3b2af6 Mon Sep 17 00:00:00 2001 From: zwkylkx <51225320+zwkylkx@users.noreply.github.com> Date: Sat, 18 Mar 2023 15:34:22 +0800 Subject: [PATCH] Update demo_tls12_post.c --- demos/src/demo_tls12_post.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/src/demo_tls12_post.c b/demos/src/demo_tls12_post.c index 36720e21..60cffbd6 100644 --- a/demos/src/demo_tls12_post.c +++ b/demos/src/demo_tls12_post.c @@ -31,7 +31,7 @@ int main(int argc, char *argv[]) size_t len; if (argc != 2) { - fprintf(stderr, "example: https://sm2only.ovssl.cn\n"); + fprintf(stderr, "example: example.com\n"); return 1; }