]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove svcauth_gss_creds
authorGreg Hudson <ghudson@mit.edu>
Tue, 23 Aug 2016 16:38:54 +0000 (12:38 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 25 Aug 2016 14:24:24 +0000 (10:24 -0400)
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.

src/include/gssrpc/rename.h
src/lib/rpc/libgssrpc.exports
src/lib/rpc/svc_auth_gss.c

index 444bc97a6302fd4a4b12d656e4f3d81bfe1ee726..669a0580c931de7a085375bd666f80c88d1fbcee 100644 (file)
 
 #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
index ce76f55317a6096d2f5b6298be14e11af303264a..0d60eedc3b34f7f0f8930066a736beb29c020113 100644 (file)
@@ -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
index efd3e514c71a322aeca41d09ab786bc2d4bb3c96..aba7694807d56ac77b9738df50bccc6a497ebc74 100644 (file)
@@ -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