commit | 8f64778a3919e4cd94cc7c82b84ee1b2ff5e33af | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Thu Apr 09 11:37:10 2015 -0400 |
committer | Adam Langley <agl@google.com> | Mon Apr 13 22:07:47 2015 +0000 |
tree | e44a04ced001b6da2126d1011f5765fb590d9295 | |
parent | 2bf1a79654bd4b05fc45847718344a782df2cd6c [diff] [blame] |
Add some missing headers to doc.config. Change-Id: I9d9c055c6cd2c51183f704d61aea6ccbfc218629 Reviewed-on: https://boringssl-review.googlesource.com/4294 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/include/openssl/rand.h b/include/openssl/rand.h index 5a84a89..8e3bc30 100644 --- a/include/openssl/rand.h +++ b/include/openssl/rand.h
@@ -22,6 +22,9 @@ #endif +/* Random number generation. */ + + /* RAND_bytes writes |len| bytes of random data to |buf|. It returns one on * success and zero on otherwise. */ OPENSSL_EXPORT int RAND_bytes(uint8_t *buf, size_t len);