boringssl/crypto/modes
Brian Smith 78fe4fd297 Fix more warnings about old-style prototypes.
Replace |()| with |(void)| in some prototypes to avoid compiler
warnings about old-style prototypes when building in some non-default
configurations for ARM.

Change-Id: Id57825084941c997bb7c41ec8ed94962f97ff732
Reviewed-on: https://boringssl-review.googlesource.com/5570
Reviewed-by: Adam Langley <agl@google.com>
2015-08-04 02:09:39 +00:00
..
asm Convert remaining Latin-1 files to UTF-8. 2015-07-29 19:22:55 +00:00
cbc.c Add some comments and tweak assertions for cbc.c. 2015-05-27 21:48:36 +00:00
cfb.c
CMakeLists.txt Add malloc test support to unit tests. 2015-05-21 17:59:48 +00:00
ctr.c Fix invalid assert in CRYPTO_ctr128_encrypt. 2015-05-12 19:26:53 +00:00
gcm_test.c Fix some malloc test crashs. 2015-05-21 18:00:10 +00:00
gcm.c Fix more warnings about old-style prototypes. 2015-08-04 02:09:39 +00:00
internal.h
ofb.c