From: Gilles Khouzam Date: Sat, 2 May 2015 02:20:42 +0000 (-0400) Subject: RT3820: Don't call GetDesktopWindow() X-Git-Tag: OpenSSL_1_0_1n~73 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=ee827adf0483e8e66e3c447c42308bf8bc96c43f;hp=cd258a84db854e1099d7f363789756139d9a9ca4 RT3820: Don't call GetDesktopWindow() Signed-off-by: Rich Salz Reviewed-by: Richard Levitte (cherry picked from commit bed2edf1cb73f1fe2c11029acc694086bc14443e) --- diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index 6353bbe3bc..c654a5c84f 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -806,8 +806,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;