openssl/crypto/cmac
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
..
cm_ameth.c free NULL cleanup 11 2015-05-01 10:15:18 -04:00
cm_pmeth.c Use "==0" instead of "!strcmp" etc 2015-05-06 22:37:53 -04:00
cmac.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