summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorGilles Khouzam <Gilles.Khouzam@microsoft.com>2015-05-01 22:20:42 -0400
committerRich Salz <rsalz@openssl.org>2015-05-02 08:01:52 -0400
commita65938663979e5452ce6fc42c82356d671bb5409 (patch)
treed027f185b74936177210866d342aaf0465a6a6d5 /crypto/cryptlib.c
parent5b38d54753acdabbf6b1d5e15d38ee81fb0612a2 (diff)
RT3820: Don't call GetDesktopWindow()
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit bed2edf1cb73f1fe2c11029acc694086bc14443e)
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 98526d73dc..ca0e3ccc0c 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -825,8 +825,6 @@ int OPENSSL_isservice(void)
if (_OPENSSL_isservice.p != (void *)-1)
return (*_OPENSSL_isservice.f) ();
- (void)GetDesktopWindow(); /* return value is ignored */
-
h = GetProcessWindowStation();
if (h == NULL)
return -1;