From bf5dcd135fb77dc23d8566b6456317a10e806b7d Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 9 Feb 1999 23:01:08 +0000 Subject: More exactitude with function arguments. --- crypto/rand/rand_lib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crypto/rand/rand_lib.c') diff --git a/crypto/rand/rand_lib.c b/crypto/rand/rand_lib.c index 4503215e1d..6bea09211c 100644 --- a/crypto/rand/rand_lib.c +++ b/crypto/rand/rand_lib.c @@ -57,7 +57,6 @@ */ #include -#include "cryptlib.h" #include #include #include "rand.h" @@ -87,7 +86,7 @@ void RAND_cleanup() } void RAND_seed(buf,num) -unsigned char *buf; +const void *buf; int num; { if (rand_meth != NULL) -- cgit v1.2.3