diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/crypto/md4/ChangeLog | 4 | ||||
-rw-r--r-- | src/lib/crypto/md4/rsa-md4.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/crypto/md4/ChangeLog b/src/lib/crypto/md4/ChangeLog index e63e68121..3b84efff8 100644 --- a/src/lib/crypto/md4/ChangeLog +++ b/src/lib/crypto/md4/ChangeLog @@ -1,3 +1,7 @@ +Thu Apr 20 11:39:15 1995 <tytso@rsx-11.mit.edu> + + * rsa-md4.h: removed unneeded #include of wordsize.h + Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com) * *.[ch]: removed unneeded INTERFACE from non-api functions. diff --git a/src/lib/crypto/md4/rsa-md4.h b/src/lib/crypto/md4/rsa-md4.h index c03b6cb47..a129569d0 100644 --- a/src/lib/crypto/md4/rsa-md4.h +++ b/src/lib/crypto/md4/rsa-md4.h @@ -74,7 +74,6 @@ extern krb5_checksum_entry */ #include <k5-config.h> -#include <wordsize.h> /* Data structure for MD4 (Message Digest) computation */ typedef struct { |