diff options
author | Gilles Khouzam <Gilles.Khouzam@microsoft.com> | 2015-05-02 04:20:42 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-05-02 14:01:07 +0200 |
commit | bed2edf1cb73f1fe2c11029acc694086bc14443e (patch) | |
tree | 3b7a9a1eb4330efce15a61ff1e3bf045b36b7197 /crypto/cryptlib.c | |
parent | RT3776: Wrong size for malloc (diff) | |
download | openssl-bed2edf1cb73f1fe2c11029acc694086bc14443e.tar.xz openssl-bed2edf1cb73f1fe2c11029acc694086bc14443e.zip |
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.c | 2 |
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; |