boringssl/crypto/dh
David Benjamin 20c373118c Become partially -Wmissing-variable-declarations-clean.
There's a few things that will be kind of a nuisance and possibly not worth it
(crypto/asn1 dumps a lot of undeclared things, etc.). But it caught some
mistakes. Even without the warning, making sure to include the externs before
defining a function helps catch type mismatches.

Change-Id: I3dab282aaba6023e7cebc94ed7a767a5d7446b08
Reviewed-on: https://boringssl-review.googlesource.com/6484
Reviewed-by: Adam Langley <agl@google.com>
2015-11-12 20:09:20 +00:00
..
check.c dh/check.c: check BN_CTX_get's return value. 2014-06-20 13:17:39 -07:00
CMakeLists.txt Unwind DH_METHOD and DSA_METHOD. 2015-11-03 22:54:36 +00:00
dh_asn1.c
dh_test.cc Remove stl_compat.h. 2015-11-11 22:19:36 +00:00
dh.c Limit DHE groups to 4096-bit. 2015-11-11 22:18:39 +00:00
internal.h Recognize common DH parameter sets. 2015-01-16 14:46:59 -08:00
params.c Become partially -Wmissing-variable-declarations-clean. 2015-11-12 20:09:20 +00:00