From: Bodo Möller Date: Fri, 16 Aug 2002 11:19:59 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_0_9_7-beta4~168^2~32 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=428112ef10f63f748c4b6043e4640c4e5e99542b;p=oweals%2Fopenssl.git typo Submitted by: Nils Larsch --- 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)