removed unneeded #include of wordsize.h
authorTheodore Tso <tytso@mit.edu>
Thu, 20 Apr 1995 15:39:52 +0000 (15:39 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 20 Apr 1995 15:39:52 +0000 (15:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5387 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/md4/ChangeLog
src/lib/crypto/md4/rsa-md4.h

index e63e681216b5107876738eb031f9750c3bf3e74b..3b84efff8b47f42dc15f2eedc785ec995c208a30 100644 (file)
@@ -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.
index c03b6cb476233b48501a08e200fcdd35424603f0..a129569d078965dc43d42062bc7092923ccf95af 100644 (file)
@@ -74,7 +74,6 @@ extern krb5_checksum_entry
  */
 
 #include <k5-config.h>
-#include <wordsize.h>
 
 /* Data structure for MD4 (Message Digest) computation */
 typedef struct {