summaryrefslogtreecommitdiffstats
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:02:18 -0400
commit6c63867178c45f28a30b3c59f0bfadc5456a61b1 (patch)
treed4260ca05e262cd306706dc9c54175a57a2f5ffb
parentb3ac37c69adc8d0c4764ddfb94842428f6f956b2 (diff)
downloadopenssl-6c63867178c45f28a30b3c59f0bfadc5456a61b1.tar.gz
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)
-rw-r--r--crypto/cryptlib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index f0a1c31627..4c91dbe11c 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -776,8 +776,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;