+Fri Sep 22 23:32:58 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * des_int.h: Define PROTOTYPE if it is not defined elsewhere.
+
Tue Sep 12 18:50:50 1995 John Rivlin (jrivlin@fusion.com)
* f_pcbc.c: Added include of des_int.h which seemed to
#ifndef KRB5_MIT_DES__
#define KRB5_MIT_DES__
+#if !defined(PROTOTYPE)
+#if defined(__STDC__) || defined(_MSDOS)
+#define PROTOTYPE(x) x
+#else
+#define PROTOTYPE(x) ()
+#endif
+#endif
+
typedef krb5_octet mit_des_cblock[8]; /* crypto-block size */
/* Key schedule--used internally by DES routines to gain some speed */