Fix Windows definition of PROVIDE_DES_CBC_RAW so that the raw DES
authorTheodore Tso <tytso@mit.edu>
Tue, 30 Apr 1996 18:52:24 +0000 (18:52 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 30 Apr 1996 18:52:24 +0000 (18:52 +0000)
cryptosystem is properly included.  Removed Macintosh definitions of
PROVIDE_* since that is done in mac/libaries/KerberosHeaders.h.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7867 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/k5-int.h

index e897a99ef495a5284998d62fc69b823caf68aed9..9e2073ce40d4bd7eb37aca672cb27961f715b364 100644 (file)
@@ -1,3 +1,10 @@
+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
index 6f2fe93e4cb6ef0dd90baab4344e5dca07f28e50..9fffbced0a7a0709d4a8ad9a9323589b3074e3c3 100644 (file)
@@ -93,7 +93,7 @@
 /* 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
@@ -213,14 +213,10 @@ typedef unsigned int size_t;
 #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;