S_IFBLK and S_IFCHR may not exist in some places (like Windows), so
authorRichard Levitte <levitte@openssl.org>
Mon, 26 Jan 2004 23:45:32 +0000 (23:45 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 26 Jan 2004 23:45:32 +0000 (23:45 +0000)
commit4de65cbc06c28f9512d88be159bd6f770fb15a14
treef3e03fde76ddf09af9f1fe9ff69b127ab994c2c9
parent27b2b78f9053dde311378689322903b65ed2e691
S_IFBLK and S_IFCHR may not exist in some places (like Windows), so
let's check for those macros, and if they aren't defined, let's assume
there aren't Unixly devices on this platform.
crypto/rand/randfile.c