mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Typo in win32_globallookup.
This commit is contained in:
parent
481d81cb76
commit
aab3bb04cf
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user