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:
Jeffrey Altman
2019-01-08 11:06:07 -05:00
parent 57c25d9828
commit 9358747426

View File

@@ -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,