From 3fd6deda7d440b579950ab6d0e2407d755ac70ad Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 31 Mar 2012 21:48:06 -0400 Subject: auth-krb: Make functions static. The remaining gssapi_parse functions were used exclusively in gensec_krb5. Move them there and make them static. Signed-off-by: Andreas Schneider --- source3/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index ff223d9fdc..21d3bf96c7 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -637,7 +637,6 @@ LIBMSRPC_OBJ = $(SCHANNEL_OBJ) \ librpc/crypto/gse_krb5.o \ librpc/crypto/gse.o \ ../auth/kerberos/gssapi_pac.o \ - ../auth/kerberos/gssapi_parse.o \ librpc/rpc/rpc_common.o \ rpc_client/rpc_transport_np.o \ rpc_client/rpc_transport_sock.o \ -- cgit