summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-16 11:19:59 +0000
committerBodo Möller <bodo@openssl.org>2002-08-16 11:19:59 +0000
commit428112ef10f63f748c4b6043e4640c4e5e99542b (patch)
treed6804e68ca4a3fdd871211f8fe340d31f37679d9 /apps
parent64376cd8ff7ac2db8e4645a365184f782bd7b835 (diff)
downloadopenssl-428112ef10f63f748c4b6043e4640c4e5e99542b.tar.gz
typo
Submitted by: Nils Larsch
Diffstat (limited to 'apps')
-rw-r--r--apps/ecparam.c2
1 files changed, 1 insertions, 1 deletions
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)