prefix cfx symbols with _gssapi_

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12692 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-28 10:54:06 +00:00
parent 4f2548810a
commit 9673c61169
12 changed files with 100 additions and 98 deletions

View File

@@ -428,9 +428,9 @@ OM_uint32 gss_unwrap
break;
default :
#ifdef HAVE_GSSAPI_CFX
ret = unwrap_cfx (minor_status, context_handle,
input_message_buffer, output_message_buffer,
conf_state, qop_state, key);
ret = _gssapi_unwrap_cfx (minor_status, context_handle,
input_message_buffer, output_message_buffer,
conf_state, qop_state, key);
#else
*minor_status = (OM_uint32)KRB5_PROG_ETYPE_NOSUPP;
ret = GSS_S_FAILURE;