Commit 428112ef authored by Bodo Möller's avatar Bodo Möller
Browse files

typo

Submitted by: Nils Larsch
parent 64376cd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)