* kdc_preauth.c: Include prototypes for mit_des_fixup_key_parity
authorEzra Peisach <epeisach@mit.edu>
Thu, 21 Jun 2001 13:46:15 +0000 (13:46 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 21 Jun 2001 13:46:15 +0000 (13:46 +0000)
commit338fb12f3482242fe85217339ea30c65bb189aa1
treec2e57086d09aae2971f1881c88f98bc7e256f731
parent6154990ceab9d543f916595cfef85787a7a3cc9a
    * kdc_preauth.c: Include prototypes for mit_des_fixup_key_parity
        and mit_des_is_weak_key here as no other "public" header file
        defines it. Needed for return_sam_data() code.

        * configure.in: Test for unistd.h and existance of swab() prototype.

        * kerberos_v4.c: If swab() prototype needed, provide.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13446 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/ChangeLog
src/kdc/configure.in
src/kdc/kdc_preauth.c
src/kdc/kerberos_v4.c