summaryrefslogtreecommitdiff
path: root/auth/kerberos/wscript_build
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2012-03-31 21:48:06 -0400
committerAndreas Schneider <asn@samba.org>2012-04-12 12:06:43 +0200
commit3fd6deda7d440b579950ab6d0e2407d755ac70ad (patch)
treeee14c11dfb88b808e257267d52a8ed3dc5ea4637 /auth/kerberos/wscript_build
parentd857e393ac870f71943fc6b099e494f45afb6b48 (diff)
downloadsamba-3fd6deda7d440b579950ab6d0e2407d755ac70ad.tar.gz
samba-3fd6deda7d440b579950ab6d0e2407d755ac70ad.tar.bz2
samba-3fd6deda7d440b579950ab6d0e2407d755ac70ad.zip
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 <asn@samba.org>
Diffstat (limited to 'auth/kerberos/wscript_build')
-rw-r--r--auth/kerberos/wscript_build4
1 files changed, 2 insertions, 2 deletions
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')