boringssl/crypto/poly1305
Adam Langley d9e817309a Fix several warnings that arise in Android.
Android is now using Ninja so it doesn't spew so much to the terminal
and thus any warnings in BoringSSL (which builds really early in the
process) and much more obvious.

Thus this change fixes a few warnings that appear in the Android build.

Change-Id: Id255ace90fece772a1c3a718c877559ce920b960
Reviewed-on: https://boringssl-review.googlesource.com/6400
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2015-10-30 21:11:48 +00:00
..
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
poly1305_arm_asm.S Revert section changes for ASM. 2015-09-30 22:09:52 +00:00
poly1305_arm.c Fix several warnings that arise in Android. 2015-10-30 21:11:48 +00:00
poly1305_test.cc Fix Windows build. 2015-07-10 19:07:24 +00:00
poly1305_test.txt Fix comment typo in poly1305_test.txt. 2015-10-13 18:14:26 +00:00
poly1305_vec.c
poly1305.c