boringssl/crypto/modes
David Benjamin c44d2f4cb8 Convert all zero-argument functions to '(void)'
Otherwise, in C, it becomes a K&R function declaration which doesn't actually
type-check the number of arguments.

Change-Id: I0731a9fefca46fb1c266bfb1c33d464cf451a22e
Reviewed-on: https://boringssl-review.googlesource.com/1582
Reviewed-by: Adam Langley <agl@google.com>
2014-08-21 01:06:07 +00:00
..
asm Use unified ARM assembly. 2014-08-08 16:52:36 -07:00
cbc.c Inital import. 2014-06-20 13:17:32 -07:00
cfb.c Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
ctr.c Inital import. 2014-06-20 13:17:32 -07:00
gcm_test.c Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
gcm.c Prefer AES-GCM when hardware support is available. 2014-08-20 20:53:31 +00:00
internal.h Prefer AES-GCM when hardware support is available. 2014-08-20 20:53:31 +00:00
ofb.c Inital import. 2014-06-20 13:17:32 -07:00