S_IFBLK and S_IFCHR may not exist in some places (like Windows), so
authorRichard Levitte <levitte@openssl.org>
Mon, 26 Jan 2004 23:46:03 +0000 (23:46 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 26 Jan 2004 23:46:03 +0000 (23:46 +0000)
commit3a5a176ea0329ffba5552dc04b440cd7ea2cc463
treec570e6f81cae0db266f2382fffee95029e0052d8
parenta1d37a96df7de24abd57dbe1d23937850a01b72f
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