lib/gssapi/mech: gss_acquire_cred_from calling conventions
gss_acquire_cred_from() is an exported function and therefore must be tagged with GSSAPI_LIB_FUNCTION and GSSAPI_LIB_CALL. Change-Id: I80918cb8083eaeac2d0eba5347f7b428e997cfaa
This commit is contained in:
@@ -132,7 +132,7 @@ acquire_mech_cred(OM_uint32 *minor_status,
|
||||
return major_status;
|
||||
}
|
||||
|
||||
OM_uint32
|
||||
GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL
|
||||
gss_acquire_cred_from(OM_uint32 *minor_status,
|
||||
gss_const_name_t desired_name,
|
||||
OM_uint32 time_req,
|
||||
|
Reference in New Issue
Block a user