X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdso%2Fdso_win32.c;h=eea0b07c3c6bb23b8e84ab3e69caf3ded94a0584;hp=d98a3e85f3921a51ce8c3086a1b0c96c2ab5b906;hb=a6efc2d1b8848e3a9f57acfea881e187afa38820;hpb=3189772e07dafe359f84ada71001515127bc396d diff --git a/crypto/dso/dso_win32.c b/crypto/dso/dso_win32.c index d98a3e85f3..eea0b07c3c 100644 --- a/crypto/dso/dso_win32.c +++ b/crypto/dso/dso_win32.c @@ -826,7 +826,7 @@ static void *win32_globallookup(const char *name) } do { - if (ret = GetProcAddress(me32.hModule,name)) + if ((ret = GetProcAddress(me32.hModule,name))) { (*close_snap)(hModuleSnap); FreeLibrary(dll);