boringssl/crypto/evp
David Benjamin 5ecfb10d54 Modernize OPENSSL_COMPILE_ASSERT, part 2.
The change seems to have stuck, so bring us closer to C/++11 static asserts.

(If we later find we need to support worse toolchains, we can always use
__LINE__ or __COUNTER__ to avoid duplicate typedef names and just punt on
embedding the message into the type name.)

Change-Id: I0e5bb1106405066f07740728e19ebe13cae3e0ee
Reviewed-on: https://boringssl-review.googlesource.com/c/33145
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2018-11-14 16:06:37 +00:00
..
digestsign.c
evp_asn1.c Clarify thread-safety of key objects. 2018-08-28 18:52:59 +00:00
evp_ctx.c
evp_extra_test.cc
evp_test.cc Add new curve/hash ECDSA combinations from Wycheproof. 2018-08-10 18:26:06 +00:00
evp_tests.txt Update citations to RFC 8410. 2018-08-10 14:14:38 +00:00
evp.c Clarify thread-safety of key objects. 2018-08-28 18:52:59 +00:00
internal.h
p_dsa_asn1.c
p_ec_asn1.c
p_ec.c
p_ed25519_asn1.c Update citations to RFC 8410. 2018-08-10 14:14:38 +00:00
p_ed25519.c
p_rsa_asn1.c
p_rsa.c
pbkdf_test.cc
pbkdf.c
print.c
scrypt_test.cc
scrypt_tests.txt
scrypt.c Modernize OPENSSL_COMPILE_ASSERT, part 2. 2018-11-14 16:06:37 +00:00
sign.c