From 2fbc8a2aad6a7d2de7f65f0559ccbd4d4a7040e2 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 12 Nov 2008 07:27:36 +0000 Subject: Revert commit #17603, it should have been part of #17617. --- crypto/rand/rand_egd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/rand') diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c index 17373f7d98..d53b916ebe 100644 --- a/crypto/rand/rand_egd.c +++ b/crypto/rand/rand_egd.c @@ -96,7 +96,7 @@ */ #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_NETWARE) || defined(OPENSSL_SYS_VOS) || defined(OPENSSL_SYS_BEOS) -int RAND_query_egd_bytes(const char *path, unsigned char *buf, size_t bytes) +int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) { return(-1); } @@ -105,7 +105,7 @@ int RAND_egd(const char *path) return(-1); } -int RAND_egd_bytes(const char *path,size_t bytes) +int RAND_egd_bytes(const char *path,int bytes) { return(-1); } -- cgit v1.2.3