From: Richard Levitte Date: Fri, 7 Jul 2000 17:00:36 +0000 (+0000) Subject: API change. X-Git-Tag: OpenSSL-engine-0_9_6-beta1~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=854067e8e43be2e0e2a08cb3b130c9c2b2d4c919;p=oweals%2Fopenssl.git API change. --- diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h index 0e149460f7..c3a8f63214 100644 --- a/crypto/rand/rand.h +++ b/crypto/rand/rand.h @@ -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 );