summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/cryptlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/cryptlib.c')
-rw-r--r--deps/openssl/openssl/crypto/cryptlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/openssl/openssl/crypto/cryptlib.c b/deps/openssl/openssl/crypto/cryptlib.c
index 3b878cd0c2..9e59e03ef6 100644
--- a/deps/openssl/openssl/crypto/cryptlib.c
+++ b/deps/openssl/openssl/crypto/cryptlib.c
@@ -198,7 +198,7 @@ int OPENSSL_isservice(void)
if (_OPENSSL_isservice.p == NULL) {
HANDLE mod = GetModuleHandle(NULL);
- FARPROC f;
+ FARPROC f = NULL;
if (mod != NULL)
f = GetProcAddress(mod, "_OPENSSL_isservice");