summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/rand/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/rand/rand.h')
-rw-r--r--crypto/openssl/crypto/rand/rand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssl/crypto/rand/rand.h b/crypto/openssl/crypto/rand/rand.h
index 66e3999..606382d 100644
--- a/crypto/openssl/crypto/rand/rand.h
+++ b/crypto/openssl/crypto/rand/rand.h
@@ -87,7 +87,9 @@ extern int rand_predictable;
int RAND_set_rand_method(const RAND_METHOD *meth);
const RAND_METHOD *RAND_get_rand_method(void);
+#ifndef OPENSSL_NO_ENGINE
int RAND_set_rand_engine(ENGINE *engine);
+#endif
RAND_METHOD *RAND_SSLeay(void);
void RAND_cleanup(void );
int RAND_bytes(unsigned char *buf,int num);
OpenPOWER on IntegriCloud