summaryrefslogtreecommitdiffstats
path: root/src/include/openssl/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/openssl/rand.h')
-rw-r--r--src/include/openssl/rand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/openssl/rand.h b/src/include/openssl/rand.h
index 3a8e357..2c9c969 100644
--- a/src/include/openssl/rand.h
+++ b/src/include/openssl/rand.h
@@ -75,6 +75,9 @@ OPENSSL_EXPORT void RAND_seed(const void *buf, int num);
/* RAND_load_file returns a nonnegative number. */
OPENSSL_EXPORT int RAND_load_file(const char *path, long num);
+/* RAND_file_name returns NULL. */
+OPENSSL_EXPORT const char *RAND_file_name(char *buf, size_t num);
+
/* RAND_add does nothing. */
OPENSSL_EXPORT void RAND_add(const void *buf, int num, double entropy);