* prot_client.c: New file; client-side protocol support
authorTom Yu <tlyu@mit.edu>
Fri, 26 Jan 2001 04:20:57 +0000 (04:20 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 26 Jan 2001 04:20:57 +0000 (04:20 +0000)
commit5fbbfcee82f10f3b07a967ecaa9095f127103920
tree85b42c5ea5373953ce659e799b473712cf5e0d61
parentc227dc977a1bd382473ad97866c15dc8aa237ab6
* prot_client.c: New file; client-side protocol support

* prot_common.c (krb4prot_decode_header): Decode the first two
bytes of a krb4 packet.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12949 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb4/ChangeLog
src/lib/krb4/prot_client.c [new file with mode: 0644]
src/lib/krb4/prot_common.c