auth-krb: Make functions static.
authorSimo Sorce <idra@samba.org>
Sun, 1 Apr 2012 01:48:06 +0000 (21:48 -0400)
committerAndreas Schneider <asn@samba.org>
Thu, 12 Apr 2012 10:06:43 +0000 (12:06 +0200)
commit3fd6deda7d440b579950ab6d0e2407d755ac70ad
treeee14c11dfb88b808e257267d52a8ed3dc5ea4637
parentd857e393ac870f71943fc6b099e494f45afb6b48
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>
auth/kerberos/gssapi_pac.c
auth/kerberos/gssapi_parse.c [deleted file]
auth/kerberos/wscript_build
libcli/auth/krb5_wrap.h
source3/Makefile.in
source4/auth/gensec/gensec_krb5.c