[openssl-commits] [openssl] OpenSSL_1_0_1-stable update
Rich Salz
rsalz at openssl.org
Sat May 2 12:02:12 UTC 2015
The branch OpenSSL_1_0_1-stable has been updated
via ee827adf0483e8e66e3c447c42308bf8bc96c43f (commit)
from cd258a84db854e1099d7f363789756139d9a9ca4 (commit)
- Log -----------------------------------------------------------------
commit ee827adf0483e8e66e3c447c42308bf8bc96c43f
Author: Gilles Khouzam <Gilles.Khouzam at microsoft.com>
Date: Fri May 1 22:20:42 2015 -0400
RT3820: Don't call GetDesktopWindow()
Signed-off-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(cherry picked from commit bed2edf1cb73f1fe2c11029acc694086bc14443e)
-----------------------------------------------------------------------
Summary of changes:
crypto/cryptlib.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 6353bbe..c654a5c 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;
More information about the openssl-commits
mailing list