diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/crc-32.h | 2 | ||||
| -rw-r--r-- | src/include/krb5/rsa-md4.h | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/src/include/krb5/crc-32.h b/src/include/krb5/crc-32.h index 9113632588..dcc9a33ee1 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 094925e4c4..45a32c2786 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 <encryption.h> + * + * 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; |
