s4-auth-krb: Move function to db-glue.c and make it static.
authorSimo Sorce <idra@samba.org>
Sat, 31 Mar 2012 05:15:36 +0000 (01:15 -0400)
committerAndreas Schneider <asn@samba.org>
Thu, 12 Apr 2012 10:06:42 +0000 (12:06 +0200)
commit6de578a8f7a4ed2defeb778c089bdff0b8cef6cd
treee0941f228f5088050ad81e69c551603da30ad6b4
parentb226955587ee3a45c25bef2783e13e82d2f9048c
s4-auth-krb: Move function to db-glue.c and make it static.

kerberos_enctype_to_bitmap is not used anywhere else, so just move it there and
make it static, one less dependency to worry about.

Signed-off-by: Andreas Schneider <asn@samba.org>
source4/auth/kerberos/kerberos.h
source4/auth/kerberos/kerberos_util.c
source4/kdc/db-glue.c