boringssl/crypto/fipsmodule/ecdsa
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
..
ecdsa_sign_tests.txt Add tests for large digests. 2018-04-02 18:18:23 +00:00
ecdsa_test.cc Better test boundary cases of ec_cmp_x_coordinate. 2018-11-08 23:52:07 +00:00
ecdsa_verify_tests.txt Fix r = p-n+epsilon ECDSA tests. 2018-11-12 16:34:45 +00:00
ecdsa.c Modernize OPENSSL_COMPILE_ASSERT, part 2. 2018-11-14 16:06:37 +00:00