aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/rand/rand_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/rand/rand_lcl.h')
-rw-r--r--openssl/crypto/rand/rand_lcl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/crypto/rand/rand_lcl.h b/openssl/crypto/rand/rand_lcl.h
index 618a8ec89..0fabf8dc5 100644
--- a/openssl/crypto/rand/rand_lcl.h
+++ b/openssl/crypto/rand/rand_lcl.h
@@ -154,5 +154,6 @@
#define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_md2(), NULL)
#endif
+int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock);
#endif