rand_win.c: loosen version requirements for BCryptGenRandom
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 2 Apr 2019 10:35:46 +0000 (12:35 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 2 Apr 2019 11:38:34 +0000 (13:38 +0200)
commit2621e6405d7f4765bc57c86ec441129e7d367f14
tree80fdffbe684459b49fba6a582812e60277d45c31
parentcc8926ec8fcecae89ceab91ef753de93e49568f9
rand_win.c: loosen version requirements for BCryptGenRandom

BCryptGenRandom() is available for Windows Vista and newer versions, see
https://docs.microsoft.com/en-us/windows/desktop/api/bcrypt/nf-bcrypt-bcryptgenrandom

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8639)
crypto/rand/rand_win.c