openssl/crypto/conf
Rich Salz 86885c2895 Use "==0" instead of "!strcmp" etc
For the various string-compare routines (strcmp, strcasecmp, str.*cmp)
use "strcmp()==0" instead of "!strcmp()"

Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-05-06 22:37:53 -04:00
..
cnf_save.c
conf_api.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
conf_def.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
conf_def.h
conf_err.c
conf_lib.c
conf_mall.c
conf_mod.c Use "==0" instead of "!strcmp" etc 2015-05-06 22:37:53 -04:00
conf_sap.c
keysets.pl
Makefile
ssleay.cnf
test.c