RT2301: GetDIBits, not GetBitmapBits in rand_win
authorJake Goulding <goulding@vivisimo.com>
Fri, 5 Sep 2014 15:13:23 +0000 (11:13 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 18 Sep 2014 20:41:31 +0000 (16:41 -0400)
commit99b00fd99330afb0be46265c3e28f25f938d3221
treea7909be736de5aafccfccfed9a5e9587646f6639
parent569e2d12577f2f5e06f602d9d2d024b8c80ee483
RT2301: GetDIBits, not GetBitmapBits in rand_win

GetDIBits has been around since Windows2000 and
BitBitmapBits is an old Win16 compatibility function
that is much slower.

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/rand/rand_win.c