Use "==0" instead of "!strcmp" etc
authorRich Salz <rsalz@akamai.com>
Wed, 6 May 2015 18:56:14 +0000 (14:56 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 7 May 2015 02:37:53 +0000 (22:37 -0400)
commit86885c289580066792415218754bd935b449f170
tree8cab1bdeb50bfee21ce6677d9150c8d385379321
parentdab18ab596acb35eff2545643e25757e4f9cd777
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>
57 files changed:
apps/apps.c
apps/ca.c
apps/ecparam.c
apps/pkcs12.c
apps/req.c
apps/s_cb.c
apps/s_server.c
apps/speed.c
apps/srp.c
crypto/asn1/a_strnid.c
crypto/asn1/ameth_lib.c
crypto/asn1/asn1_gen.c
crypto/asn1/asn_mime.c
crypto/asn1/asn_mstbl.c
crypto/asn1/t_bitst.c
crypto/cmac/cm_pmeth.c
crypto/conf/conf_mod.c
crypto/dh/dh_pmeth.c
crypto/dsa/dsa_pmeth.c
crypto/ec/ec_curve.c
crypto/ec/ec_pmeth.c
crypto/engine/eng_cnf.c
crypto/engine/eng_fat.c
crypto/engine/eng_openssl.c
crypto/engine/tb_asnmth.c
crypto/evp/evp_cnf.c
crypto/evp/pmeth_lib.c
crypto/hmac/hm_pmeth.c
crypto/ocsp/ocsp_lib.c
crypto/pem/pem_lib.c
crypto/pem/pem_pkey.c
crypto/rsa/rsa_pmeth.c
crypto/x509v3/v3_addr.c
crypto/x509v3/v3_akey.c
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_asid.c
crypto/x509v3/v3_bcons.c
crypto/x509v3/v3_bitst.c
crypto/x509v3/v3_conf.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_crld.c
crypto/x509v3/v3_ncons.c
crypto/x509v3/v3_pcons.c
crypto/x509v3/v3_purp.c
crypto/x509v3/v3_utl.c
demos/bio/client-arg.c
demos/bio/client-conf.c
demos/bio/server-arg.c
demos/bio/server-conf.c
engines/ccgost/gost_pmeth.c
engines/ccgost/gostsum.c
ssl/d1_srtp.c
ssl/ssl_ciph.c
ssl/ssl_conf.c
ssl/t1_lib.c
test/evp_test.c
test/ssltest.c