diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-11-20 10:23:54 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-11-20 10:23:54 +0000 |
| commit | 26ea458a213f2d7efdb115f236aa8617fd283f83 (patch) | |
| tree | 67ab7b536e4103597aae22a9fed7a07839db6206 /src/include | |
| parent | 2b333e369dd54dc6a52876d88de9494519aada46 (diff) | |
| download | krb5-26ea458a213f2d7efdb115f236aa8617fd283f83.tar.gz krb5-26ea458a213f2d7efdb115f236aa8617fd283f83.tar.xz krb5-26ea458a213f2d7efdb115f236aa8617fd283f83.zip | |
don't need types defined here, see <encryption.h>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1468 dc483132-0cff-0310-8789-dd5450dbe970
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; |
