diff options
| author | Chris Provenzano <proven@mit.edu> | 1995-01-25 22:29:07 +0000 |
|---|---|---|
| committer | Chris Provenzano <proven@mit.edu> | 1995-01-25 22:29:07 +0000 |
| commit | fbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab (patch) | |
| tree | 96038cf67a362959e77b0f204da549ea843b2143 /src/lib/crypto/des/des_int.h | |
| parent | 6f1aa2f7f690666523c472109560593bf6e5d036 (diff) | |
| download | krb5-fbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab.tar.gz krb5-fbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab.tar.xz krb5-fbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab.zip | |
* Removed all narrow types and references to wide.h and narrow.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4837 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/des/des_int.h')
| -rw-r--r-- | src/lib/crypto/des/des_int.h | 7 |
1 files changed, 0 insertions, 7 deletions
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*/ |
