From a65938663979e5452ce6fc42c82356d671bb5409 Mon Sep 17 00:00:00 2001 From: Gilles Khouzam Date: Fri, 1 May 2015 22:20:42 -0400 Subject: [PATCH] RT3820: Don't call GetDesktopWindow() Signed-off-by: Rich Salz Reviewed-by: Richard Levitte (cherry picked from commit bed2edf1cb73f1fe2c11029acc694086bc14443e) --- crypto/cryptlib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index 98526d73dc..ca0e3ccc0c 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -825,8 +825,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; -- 2.25.1