Submitted by: Nils Larsch
This commit is contained in:
Bodo Möller 2002-08-16 11:19:59 +00:00
parent 64376cd8ff
commit 428112ef10

View File

@ -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)