Go to file
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
crypto Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
ssl Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
tool Add stitched RC4-MD5 as an AEAD. 2014-06-30 23:01:17 +00:00
util Don't scan libfoo_error.c for error codes. 2014-08-20 19:03:29 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Inital import. 2014-06-20 13:17:32 -07:00
BUILDING Increase minimum required cmake version 2014-08-18 17:23:37 +00:00
CMakeLists.txt Increase minimum required cmake version 2014-08-18 17:23:37 +00:00