Make krb5_pac_sign public
authorGreg Hudson <ghudson@mit.edu>
Wed, 12 Oct 2011 16:34:07 +0000 (16:34 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 12 Oct 2011 16:34:07 +0000 (16:34 +0000)
commitba2aac09eeb8bceeedb4f08460ff2926ad9b54f4
treedeadd8fc692b674acc36e3b3e289e731f08021b2
parent36f0bb19f13e132d449c8a3826154f263ae59ba7
Make krb5_pac_sign public

krb5int_pac_sign was created as a private API because it is only
needed by the KDC.  But it is actually used by DAL or authdata plugin
modules, not the core KDC code.  Since plugin modules should not need
to consume internal libkrb5 functions, rename krb5int_pac_sign to
krb5_pac_sign and make it public.

ticket: 6974

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25325 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-int.h
src/include/krb5/krb5.hin
src/lib/krb5/krb/pac_sign.c
src/lib/krb5/krb/t_pac.c
src/lib/krb5/libkrb5.exports
src/lib/krb5_32.def