From eef68e4dab824ef62dded1edb662d292ccad8984 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Tue, 4 Dec 2012 15:51:20 -0500 Subject: Build fixes for windows Add entries to OBJS and SRCS as well as STLIBOBJS. Use KRB5_CALLCONV at function definition as well as declaration. Declare missing variable in _WIN32-conditional code. ticket: 7479 (new) tags: pullup target_version: 1.11 --- src/lib/gssapi/mechglue/g_initialize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/gssapi') diff --git a/src/lib/gssapi/mechglue/g_initialize.c b/src/lib/gssapi/mechglue/g_initialize.c index 62c59eaf5..a7303b6fd 100644 --- a/src/lib/gssapi/mechglue/g_initialize.c +++ b/src/lib/gssapi/mechglue/g_initialize.c @@ -1330,7 +1330,7 @@ static void loadConfigFromRegistry(HKEY hBaseKey, const char *keyPath) { HKEY hConfigKey; - DWORD iSubKey, nSubKeys, maxSubKeyNameLen; + DWORD iSubKey, nSubKeys, maxSubKeyNameLen, modTypeLen; char *oidStr = NULL, *oid = NULL, *sharedLib = NULL, *kernMod = NULL; char *modOptions = NULL, *modType = NULL; DWORD oidStrLen = 0, oidLen = 0, sharedLibLen = 0, kernModLen = 0; -- cgit