openssl/crypto/ocsp
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
..
Makefile Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
ocsp_asn.c Make OCSP structures opaque. 2015-03-05 14:47:48 +00:00
ocsp_cl.c free NULL cleanup -- coda 2015-05-01 14:37:16 -04:00
ocsp_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ocsp_ext.c free NULL cleanup -- coda 2015-05-01 14:37:16 -04:00
ocsp_ht.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
ocsp_lcl.h Make OCSP structures opaque. 2015-03-05 14:47:48 +00:00
ocsp_lib.c Use "==0" instead of "!strcmp" etc 2015-05-06 22:37:53 -04:00
ocsp_prn.c Make OCSP structures opaque. 2015-03-05 14:47:48 +00:00
ocsp_srv.c free NULL cleanup -- coda 2015-05-01 14:37:16 -04:00
ocsp_vfy.c free NULL cleanup 5a 2015-04-30 17:33:59 -04:00
v3_ocsp.c free NULL cleanup 2015-03-24 07:52:24 -04:00