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:07 -0400
commitbed2edf1cb73f1fe2c11029acc694086bc14443e (patch)
tree3b7a9a1eb4330efce15a61ff1e3bf045b36b7197 /crypto/cryptlib.c
parent53ba0a9e91ad203de2943edaf1090ab17ec435fa (diff)
RT3820: Don't call GetDesktopWindow()
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
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 ce07b848d2..be4cdb0b20 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -288,8 +288,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;