From: Andy Polyakov Date: Mon, 2 Jan 2006 12:06:22 +0000 (+0000) Subject: Typo in win32_globallookup. X-Git-Tag: OpenSSL_0_9_8k^2~1619 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=aab3bb04cfb671e979cb9128ea37f457956370c0 Typo in win32_globallookup. --- diff --git a/crypto/dso/dso_win32.c b/crypto/dso/dso_win32.c index a9c82726bd..7a3e2b70e2 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,fname)) + if (ret = GetProcAddress(me32.hModule,name)) { (*close_snap)(hModuleSnap); FreeLibrary(dll);