openssl/crypto/hmac
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
..
hm_ameth.c Move some ASN.1 internals to asn1_int.h 2015-03-24 12:03:36 +00:00
hm_pmeth.c Use "==0" instead of "!strcmp" etc 2015-05-06 22:37:53 -04:00
hmac.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
Makefile Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00