API change.
authorRichard Levitte <levitte@openssl.org>
Fri, 7 Jul 2000 17:00:36 +0000 (17:00 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 7 Jul 2000 17:00:36 +0000 (17:00 +0000)
crypto/rand/rand.h

index 0e149460f74ed7ae97c65eefe28fe3d83c59ac77..c3a8f63214d52417715579e666c5327cc60c34c8 100644 (file)
@@ -77,7 +77,9 @@ typedef struct rand_meth_st
 extern int rand_predictable;
 #endif
 
-void RAND_set_rand_method(RAND_METHOD *meth);
+struct engine_st;
+
+int RAND_set_rand_method(struct engine_st *meth);
 RAND_METHOD *RAND_get_rand_method(void );
 RAND_METHOD *RAND_SSLeay(void);
 void RAND_cleanup(void );