X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Frand%2Frand_egd.c;h=c4b8bae2ed5558f8c0d62f8a07ad3dd14be39268;hb=41d2a336eee7fcf7beda0ce38e0ef7fc16bbfdb1;hp=38816f8e079bc3383378aa42150fab47fd7dfb88;hpb=a8ebe4697e99ac642fa73b20f5698091b7976f63;p=oweals%2Fopenssl.git diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c index 38816f8e07..c4b8bae2ed 100644 --- a/crypto/rand/rand_egd.c +++ b/crypto/rand/rand_egd.c @@ -93,7 +93,7 @@ * RAND_egd() is a wrapper for RAND_egd_bytes() with numbytes=255. */ -#if defined(WIN32) || defined(VMS) || defined(__VMS) +#if defined(OPENSSL_SYS_WIN32) || defined(VMS) || defined(__VMS) int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) { return(-1);