openssl/crypto/rand
Dr. Stephen Henson a4cc3c8041 Avoid Windows 8 Getversion deprecated errors.
Windows 8 SDKs complain that GetVersion() is deprecated.

We only use GetVersion like this:

	(GetVersion() < 0x80000000)

which checks if the Windows version is NT based. Use a macro check_winnt()
which uses GetVersion() on older SDK versions and true otherwise.
2014-02-25 13:40:33 +00:00
..
.cvsignore
Makefile Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
md_rand.c typo 2014-01-12 14:13:48 +00:00
rand.h Extensive reorganisation of PRNG handling in FIPS module: all calls 2011-04-05 15:24:10 +00:00
rand_egd.c misspellings fixes by https://github.com/vlajos/misspell_fixer 2013-09-05 21:39:42 +01:00
rand_err.c Extensive reorganisation of PRNG handling in FIPS module: all calls 2011-04-05 15:24:10 +00:00
rand_lcl.h Use rdrand as additional entropy source. 2014-01-11 14:19:25 +00:00
rand_lib.c Use rdrand as additional entropy source. 2014-01-11 14:19:25 +00:00
rand_nw.c misspellings fixes by https://github.com/vlajos/misspell_fixer 2013-09-05 21:39:42 +01:00
rand_os2.c
rand_unix.c PR: 2563 2011-12-19 17:01:37 +00:00
rand_vms.c
rand_win.c Avoid Windows 8 Getversion deprecated errors. 2014-02-25 13:40:33 +00:00
randfile.c Fix OPNESSL vs. OPENSSL typos. 2012-01-15 13:39:10 +00:00
randtest.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00