diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index ce07b848d20b6609a9be5ebb2064bdb7c9b16074..be4cdb0b20f95514bd3165cf6729e55ed48d26d8 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;