Some more tweaks from ENGINE code.
[openssl.git] / crypto / rand / rand.h
index 5d85741452ad464bda0de9450caa91860667105d..2252186ecdec8d40e17f88bac876eb51b7867c9c 100644 (file)
@@ -82,7 +82,7 @@ extern int rand_predictable;
 struct engine_st;
 
 int RAND_set_rand_method(struct engine_st *meth);
-RAND_METHOD *RAND_get_rand_method(void );
+const RAND_METHOD *RAND_get_rand_method(void );
 RAND_METHOD *RAND_SSLeay(void);
 void RAND_cleanup(void );
 int  RAND_bytes(unsigned char *buf,int num);