boringssl/crypto/rand
Brian Smith 3700778248 Fix Windows build failures caused by 310d4dd.
MSVC doesn't like |const size_t len| in a function definition where the
declaration was just |size_t len| without the |const|. Also, MSVC needs
declarations of parameterless functions to have a |void| parameter list.

Change-Id: I91e01a12aca657b2ee1d653926f09cc52da2faed
Reviewed-on: https://boringssl-review.googlesource.com/4329
Reviewed-by: Adam Langley <agl@google.com>
2015-04-15 03:06:29 +00:00
..
asm rand: new-style locking and support rdrand. 2015-04-14 20:13:42 +00:00
CMakeLists.txt rand: new-style locking and support rdrand. 2015-04-14 20:13:42 +00:00
hwrand.c Fix Windows build failures caused by 310d4dd. 2015-04-15 03:06:29 +00:00
internal.h rand: new-style locking and support rdrand. 2015-04-14 20:13:42 +00:00
rand.c Fix Windows build failures caused by 310d4dd. 2015-04-15 03:06:29 +00:00
urandom.c rand: new-style locking and support rdrand. 2015-04-14 20:13:42 +00:00
windows.c rand: new-style locking and support rdrand. 2015-04-14 20:13:42 +00:00