aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/ccapi/stdcc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/ccapi/stdcc.c b/src/lib/krb5/ccache/ccapi/stdcc.c
index e2d5a73..cd4a1f3 100644
--- a/src/lib/krb5/ccache/ccapi/stdcc.c
+++ b/src/lib/krb5/ccache/ccapi/stdcc.c
@@ -203,7 +203,7 @@ static krb5_error_code cc_err_xlate(int err)
#ifdef USE_CCAPI_V3
-static krb5_error_code stdcc_setup(krb5_context context,
+static krb5_error_code stdccv3_setup(krb5_context context,
stdccCacheDataPtr ccapi_data)
{
cc_int32 err;
@@ -237,6 +237,7 @@ static krb5_error_code stdcc_setup(krb5_context context,
return cc_err_xlate(err);
}
+/* krb5_stdcc_shutdown is exported; use the old name */
void krb5_stdcc_shutdown()
{
if (gCntrlBlock)