+Tue Apr 30 14:51:55 1996 <tytso@rsts-11.mit.edu>
+
+ * k5-int.h: Fix Windows definition of PROVIDE_DES_CBC_RAW so that
+ the raw DES cryptosystem is properly included. Removed
+ Macintosh definitions of PROVIDE_* since that is done in
+ mac/libaries/KerberosHeaders.h.
+
Thu Apr 11 23:50:24 1996 Theodore Y. Ts'o <tytso@dcl>
* krb5.hin (krb5_x, krb5_xc): Fix wrapper macros so they don't
/* This controls which encryption routines libcrypto will provide */
#define PROVIDE_DES_CBC_MD5
#define PROVIDE_DES_CBC_CRC
-#define PROVIDE_RAW_DES_CBC
+#define PROVIDE_DES_CBC_RAW
#define PROVIDE_DES_CBC_CKSUM
#define PROVIDE_CRC32
#define PROVIDE_RSA_MD4
#include <fcntl.h>
#endif
-/* This controls which encryption routines libcrypto will provide */
-#define PROVIDE_DES_CBC_MD5
-#define PROVIDE_DES_CBC_CRC
-#define PROVIDE_RAW_DES_CBC
-#define PROVIDE_DES_CBC_CKSUM
-#define PROVIDE_CRC32
-#define PROVIDE_RSA_MD4
-#define PROVIDE_RSA_MD5
+/*
+ * Which encryption routines libcrypto will provide is controlled by
+ * mac/libraries/KerberosHeaders.h.
+ */
/* there is no <stat.h> for mpw */
typedef unsigned long mode_t;