Fixed calling convention for functions exported from gssapi.h
[moonshot.git] / moonshot / mech_eap / import_sec_context.c
index e0012bd..8854bf4 100644 (file)
@@ -328,7 +328,7 @@ gssEapImportContext(OM_uint32 *minor,
     return major;
 }
 
-OM_uint32
+OM_uint32 KRB5_CALLCONV
 gss_import_sec_context(OM_uint32 *minor,
                        gss_buffer_t interprocess_token,
                        gss_ctx_id_t *context_handle)