summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-11-19 14:05:49 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-11-19 14:05:49 +0000
commit017bc3c78c5e1d5d1160eeb0d70c428691f6489e (patch)
treeb3fd8e6d638574be4a2755d42a8870e4e2dee325 /src/lib/crypto
parentf65df9c396cfce868e3cff17fea822ca3dcf6fd8 (diff)
downloadkrb5-017bc3c78c5e1d5d1160eeb0d70c428691f6489e.tar.gz
krb5-017bc3c78c5e1d5d1160eeb0d70c428691f6489e.tar.xz
krb5-017bc3c78c5e1d5d1160eeb0d70c428691f6489e.zip
changes for narrow/wide prototypes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1461 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/des/des_int.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/crypto/des/des_int.h b/src/lib/crypto/des/des_int.h
index dc78917bc..09fb53a7f 100644
--- a/src/lib/crypto/des/des_int.h
+++ b/src/lib/crypto/des/des_int.h
@@ -91,6 +91,9 @@ typedef struct {
#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 * ));
@@ -178,5 +181,7 @@ extern unsigned long swap_long_bytes_bit_number PROTOTYPE((unsigned long ));
extern void test_set PROTOTYPE((FILE *, const char *, int, const char *, int));
#endif
-#undef P
+/* and back to normal... */
+#include <krb5/narrow.h>
+
#endif /*DES_INTERNAL_DEFS*/