From 428112ef10f63f748c4b6043e4640c4e5e99542b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 16 Aug 2002 11:19:59 +0000 Subject: [PATCH] typo Submitted by: Nils Larsch --- apps/ecparam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ecparam.c b/apps/ecparam.c index f7f2fafead..ac4c565a4f 100644 --- a/apps/ecparam.c +++ b/apps/ecparam.c @@ -370,7 +370,7 @@ bad: if (comment == NULL) comment = ""; if (sname == NULL) - sname == ""; + sname = ""; len = BIO_printf(out, " %-10s: ", sname); if (len + strlen(comment) > 80) -- 2.25.1