summaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2010-04-01 12:25:40 +0000
committersimon <simon@FreeBSD.org>2010-04-01 12:25:40 +0000
commitd92ad4708f8e42fced6b82ddee1930a3e4f6e342 (patch)
treeea91d9b180fa36b1886b046a286630c089f57475 /crypto/rand
parentcdb6eef1f013e22a10ab5f5829dcdc3b5e32d385 (diff)
downloadFreeBSD-src-d92ad4708f8e42fced6b82ddee1930a3e4f6e342.zip
FreeBSD-src-d92ad4708f8e42fced6b82ddee1930a3e4f6e342.tar.gz
Import OpenSSL 0.9.8n.
Diffstat (limited to 'crypto/rand')
-rw-r--r--crypto/rand/rand_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c
index 5198351..5d134e1 100644
--- a/crypto/rand/rand_win.c
+++ b/crypto/rand/rand_win.c
@@ -750,7 +750,7 @@ static void readscreen(void)
int y; /* y-coordinate of screen lines to grab */
int n = 16; /* number of screen lines to grab at a time */
- if (GetVersion() >= 0x80000000 || !OPENSSL_isservice())
+ if (GetVersion() < 0x80000000 && OPENSSL_isservice()>0)
return;
/* Create a screen DC and a memory DC compatible to screen DC */
OpenPOWER on IntegriCloud