summaryrefslogtreecommitdiffstats
path: root/crypto/dso
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-01-02 12:06:22 +0000
committerAndy Polyakov <appro@openssl.org>2006-01-02 12:06:22 +0000
commitaab3bb04cfb671e979cb9128ea37f457956370c0 (patch)
treed2f3d873a27afbb19fb058b19d2e945fc03095bd /crypto/dso
parent481d81cb7630f69ce4696dee145dd55d2d1ac62f (diff)
Typo in win32_globallookup.
Diffstat (limited to 'crypto/dso')
-rw-r--r--crypto/dso/dso_win32.c2
1 files changed, 1 insertions, 1 deletions
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);