From 9358747426cdd41a5771ac45a72570699179c388 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 8 Jan 2019 11:06:07 -0500 Subject: [PATCH] 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 --- lib/gssapi/mech/gss_acquire_cred_from.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gssapi/mech/gss_acquire_cred_from.c b/lib/gssapi/mech/gss_acquire_cred_from.c index 24847cfd7..195505306 100644 --- a/lib/gssapi/mech/gss_acquire_cred_from.c +++ b/lib/gssapi/mech/gss_acquire_cred_from.c @@ -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,