summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-04-20 15:39:52 +0000
committerTheodore Tso <tytso@mit.edu>1995-04-20 15:39:52 +0000
commitd095910a71a435e4628294962f9f554fc26f3bfd (patch)
tree46041e437874b10424e22b0c67e428268a47d83c /src
parentcb61d445ccae9162c0691b9c4bc4455de0c49dfd (diff)
downloadkrb5-d095910a71a435e4628294962f9f554fc26f3bfd.tar.gz
krb5-d095910a71a435e4628294962f9f554fc26f3bfd.tar.xz
krb5-d095910a71a435e4628294962f9f554fc26f3bfd.zip
removed unneeded #include of wordsize.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5387 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/crypto/md4/ChangeLog4
-rw-r--r--src/lib/crypto/md4/rsa-md4.h1
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 {