summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/des/ChangeLog4
-rw-r--r--src/lib/crypto/des/des_int.h7
2 files changed, 4 insertions, 7 deletions
diff --git a/src/lib/crypto/des/ChangeLog b/src/lib/crypto/des/ChangeLog
index fb9ebd6a9..431586bf5 100644
--- a/src/lib/crypto/des/ChangeLog
+++ b/src/lib/crypto/des/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jan 25 16:54:40 1995 Chris Provenzano (proven@mit.edu)
+
+ * Removed all narrow types and references to wide.h and narrow.h
+
Fri Nov 18 16:20:10 1994 Theodore Y. Ts'o (tytso@dcl)
* destest.c (main): Add magic numbers to keyblock structure.
diff --git a/src/lib/crypto/des/des_int.h b/src/lib/crypto/des/des_int.h
index cc5762a35..ac922ae19 100644
--- a/src/lib/crypto/des/des_int.h
+++ b/src/lib/crypto/des/des_int.h
@@ -103,10 +103,6 @@ typedef struct {
} sbox_out;
#endif /*BITS32*/
-
-/* widen prototypes, if needed */
-#include <krb5/widen.h>
-
/* cbc_cksum.c */
extern krb5_error_code mit_des_cbc_checksum
PROTOTYPE((krb5_pointer, size_t,krb5_pointer,size_t, krb5_checksum * ));
@@ -194,7 +190,4 @@ extern unsigned long swap_long_bytes_bit_number PROTOTYPE((unsigned long ));
extern void test_set PROTOTYPE((FILE *, const char *, int, const char *, int));
#endif
-/* and back to normal... */
-#include <krb5/narrow.h>
-
#endif /*DES_INTERNAL_DEFS*/