From: tedu Date: Wed, 16 Apr 2014 19:33:40 +0000 (+0000) Subject: repair knf X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=57bbb35e3d14548c5d76e0fa9fc86d35c9d860c0;p=openbsd repair knf --- diff --git a/lib/libssl/src/apps/apps.c b/lib/libssl/src/apps/apps.c index 8a657547952..a97d779f53d 100644 --- a/lib/libssl/src/apps/apps.c +++ b/lib/libssl/src/apps/apps.c @@ -2584,7 +2584,7 @@ next_protos_parse(unsigned short *outlen, const char *in) return NULL; for (i = 0; i <= len; ++i) { - if (i == len || in[i] == ', ') { + if (i == len || in[i] == ',') { if (i - start > 255) { OPENSSL_free(out); return NULL;