]> git.ipfire.org Git - thirdparty/openssl.git/commit - apps/opt.c
Fix main build breakage.
authorRich Salz <rsalz@akamai.com>
Sun, 26 Apr 2015 17:12:04 +0000 (13:12 -0400)
committerRich Salz <rsalz@akamai.com>
Sun, 26 Apr 2015 17:12:04 +0000 (13:12 -0400)
commit88806cfc611935981e3752dccda1685022be2e2b
tree86425ca0a7439b242bef1ddbafb8dafe11682059
parent2f58faad668ee1b4270611d6548c9fbe78589fe6
Fix main build breakage.

A variable declaration got dropped during a merge.
And if a compiler inlines strcmp() and you put a strcmp in an
assert message, the resultant stringification exceeds ANSI string
limits.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
apps/ocsp.c
apps/opt.c