Make enctype and checksumtype name mapping table types private to the
authorKen Raeburn <raeburn@mit.edu>
Thu, 15 Jan 2009 23:22:53 +0000 (23:22 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 15 Jan 2009 23:22:53 +0000 (23:22 +0000)
commit06836322635cc2287afca3806ffb165792ef9ede
tree48f046e842f0d19a22ce66ea46fbd73dc20cb32f
parentcfdd330d1c0203d178b9b49932da952a41a0754f
Make enctype and checksumtype name mapping table types private to the
crypto library.  Add a field for aliases to the record type so that
aliases don't have to be implemented by duplicating all the other
information.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21753 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-int.h
src/lib/crypto/cksumtypes.c
src/lib/crypto/cksumtypes.h
src/lib/crypto/etypes.c
src/lib/crypto/etypes.h
src/lib/crypto/string_to_cksumtype.c
src/lib/crypto/string_to_enctype.c