From 854067e8e43be2e0e2a08cb3b130c9c2b2d4c919 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 7 Jul 2000 17:00:36 +0000 Subject: [PATCH] API change. --- crypto/rand/rand.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ); -- 2.25.1