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 --- auth/kerberos/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auth/kerberos/wscript_build') diff --git a/auth/kerberos/wscript_build b/auth/kerberos/wscript_build index fe38b76c0c..2421b1654f 100644 --- a/auth/kerberos/wscript_build +++ b/auth/kerberos/wscript_build @@ -1,3 +1,3 @@ bld.SAMBA_SUBSYSTEM('KRB5_PAC', - source='gssapi_pac.c kerberos_pac.c gssapi_parse.c', - deps='gssapi_krb5 krb5 ndr-krb5pac com_err asn1util') + source='gssapi_pac.c kerberos_pac.c', + deps='gssapi_krb5 krb5 ndr-krb5pac com_err') -- cgit