From: Bodo Möller Date: Thu, 22 Mar 2001 08:39:03 +0000 (+0000) Subject: Avoid warning X-Git-Tag: OpenSSL_0_9_6a-beta3~40 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d239b734e12bf0080f63481578e2830bce012326;p=oweals%2Fopenssl.git Avoid warning --- diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c index dbd82b3686..3d137badd0 100644 --- a/crypto/rand/rand_win.c +++ b/crypto/rand/rand_win.c @@ -726,8 +726,9 @@ int RAND_poll(void) #ifdef DEVRANDOM return 1; -#endif +#else return 0; +#endif } #endif