X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fcryptlib.c;h=1cd77c96d2f7f7e0911dacf56ad88128f48affe0;hb=0a37ff4dcaf7da498355dfe9a1672905ac5496a5;hp=b1e535a69596406fc81569806fdc6e3aa71f6ab0;hpb=ceb8e32cbc9f6ddd17c5639a721f5314eb1f3acc;p=openssl.git diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index b1e535a695..1cd77c96d2 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -204,7 +204,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");