From: Greg Hudson Date: Tue, 23 Aug 2016 16:38:54 +0000 (-0400) Subject: Remove svcauth_gss_creds X-Git-Tag: krb5-1.15-beta1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15e73c80420a818473a1289d09347b7a61f17cf2;p=thirdparty%2Fkrb5.git Remove svcauth_gss_creds svcauth_gss_creds was in the libgssrpc library export list (as gssrpc_svc_auth_gss_creds) but was not declared in a public header and has no value to applications. Remove it. --- diff --git a/src/include/gssrpc/rename.h b/src/include/gssrpc/rename.h index 444bc97a63..669a0580c9 100644 --- a/src/include/gssrpc/rename.h +++ b/src/include/gssrpc/rename.h @@ -257,8 +257,6 @@ #define svc_debug_gss gssrpc_svc_debug_gss -#define svcauth_gss_creds gssrpc_svc_auth_gss_creds - /* svc_auth_gssapi.c */ #define svc_debug_gssapi gssrpc_svc_debug_gssapi diff --git a/src/lib/rpc/libgssrpc.exports b/src/lib/rpc/libgssrpc.exports index ce76f55317..0d60eedc3b 100644 --- a/src/lib/rpc/libgssrpc.exports +++ b/src/lib/rpc/libgssrpc.exports @@ -43,7 +43,6 @@ gssrpc_pmap_set gssrpc_pmap_unset gssrpc_registerrpc gssrpc_rpc_createrr -gssrpc_svc_auth_gss_creds gssrpc_svc_auth_gss_ops gssrpc_svc_auth_gssapi_ops gssrpc_svc_auth_none diff --git a/src/lib/rpc/svc_auth_gss.c b/src/lib/rpc/svc_auth_gss.c index efd3e514c7..aba7694807 100644 --- a/src/lib/rpc/svc_auth_gss.c +++ b/src/lib/rpc/svc_auth_gss.c @@ -107,7 +107,6 @@ struct svc_rpc_gss_data { (*(struct svc_rpc_gss_data **)&(auth)->svc_ah_private) /* Global server credentials. */ -gss_cred_id_t svcauth_gss_creds; static gss_name_t svcauth_gss_name = NULL; bool_t