]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rand/rand.h
Add the possibility to build without the ENGINE framework.
[thirdparty/openssl.git] / crypto / rand / rand.h
index 66e39991ec75248ab35298efeb5fdcadd5d2cf09..606382dd211c2dadd2a85a03b53f80b801ca68e9 100644 (file)
@@ -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);