From: John Kohl Date: Tue, 20 Nov 1990 10:23:54 +0000 (+0000) Subject: don't need types defined here, see X-Git-Tag: krb5-1.0-alpha3~125 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=26ea458a213f2d7efdb115f236aa8617fd283f83;p=krb5.git don't need types defined here, see git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1468 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/crc-32.h b/src/include/krb5/crc-32.h index 911363258..dcc9a33ee 100644 --- a/src/include/krb5/crc-32.h +++ b/src/include/krb5/crc-32.h @@ -16,8 +16,6 @@ #ifndef KRB5_CRC32__ #define KRB5_CRC32__ -#define CRC32_CKSUMTYPE 1 - #define CRC32_CKSUM_LENGTH (4*sizeof(krb5_octet)) extern krb5_checksum_entry crc32_cksumtable_entry; diff --git a/src/include/krb5/rsa-md4.h b/src/include/krb5/rsa-md4.h index 094925e4c..45a32c278 100644 --- a/src/include/krb5/rsa-md4.h +++ b/src/include/krb5/rsa-md4.h @@ -15,11 +15,14 @@ * md4.h from RFC1186 * * $Log$ - * Revision 5.1 1990/11/08 11:30:49 jtkohl + * Revision 5.2 1990/11/20 10:23:54 jtkohl + * don't need types defined here, see + * + * Revision 5.1 90/11/08 11:30:49 jtkohl * add STDC function prototypes * add declaration of MDreverse * add Kerberos V5 additions. - * + * * Revision 5.0 90/11/07 14:12:21 jtkohl * Initial code from RFC * @@ -30,8 +33,6 @@ #ifndef KRB5_RSA_MD4__ #define KRB5_RSA_MD4__ -#define RSA_MD4_CKSUMTYPE 4 - #define RSA_MD4_CKSUM_LENGTH (4*sizeof(krb5_int32)) extern krb5_checksum_entry rsa_md4_cksumtable_entry;