diff options
Diffstat (limited to 'main/openssl/crypto/rand/rand_lcl.h')
-rw-r--r-- | main/openssl/crypto/rand/rand_lcl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/openssl/crypto/rand/rand_lcl.h b/main/openssl/crypto/rand/rand_lcl.h index 618a8ec8..0fabf8dc 100644 --- a/main/openssl/crypto/rand/rand_lcl.h +++ b/main/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 |