diff --git a/src/ssl_crtlist.c b/src/ssl_crtlist.c index d8e100318..d1c7ef992 100644 --- a/src/ssl_crtlist.c +++ b/src/ssl_crtlist.c @@ -854,7 +854,6 @@ static void dump_crtlist_conf(struct buffer *buf, const struct ssl_bind_conf *co char *ptr = conf->npn_str; int comma = 0; - if (space) chunk_appendf(buf, " "); chunk_appendf(buf, "npn "); while (len) { unsigned short size;