projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64376cd
)
typo
author
Bodo Möller
<bodo@openssl.org>
Fri, 16 Aug 2002 11:19:59 +0000
(11:19 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 16 Aug 2002 11:19:59 +0000
(11:19 +0000)
Submitted by: Nils Larsch
apps/ecparam.c
patch
|
blob
|
history
diff --git
a/apps/ecparam.c
b/apps/ecparam.c
index f7f2fafead9e840ec457dfcda0722fcc6397e7bf..ac4c565a4fb14b2bb586ad17ba9fa790e6a53824 100644
(file)
--- 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)