openssl/crypto/dh
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
..
dh192.pem
dh512.pem
dh1024.pem
dh2048.pem
dh4096.pem
dh_ameth.c Remove goto inside an if(0) block 2015-05-01 14:29:48 -04:00
dh_asn1.c free NULL cleanup 2015-03-24 23:17:16 -04:00
dh_check.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
dh_depr.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dh_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dh_gen.c Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp 2015-02-03 11:20:56 -05:00
dh_kdf.c free null cleanup finale 2015-05-01 10:02:07 -04:00
dh_key.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
dh_lib.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
dh_pmeth.c Use "==0" instead of "!strcmp" etc 2015-05-06 22:37:53 -04:00
dh_prn.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dh_rfc5114.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
example
generate
Makefile Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00