Commit 86885c28 authored by Rich Salz's avatar Rich Salz Committed by Rich Salz
Browse files

Use "==0" instead of "!strcmp" etc



For the various string-compare routines (strcmp, strcasecmp, str.*cmp)
use "strcmp()==0" instead of "!strcmp()"

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent dab18ab5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment