summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-04-30 18:52:24 +0000
committerTheodore Tso <tytso@mit.edu>1996-04-30 18:52:24 +0000
commitd77cbdd54f5792563e6c9c679df6e8edc7178944 (patch)
treebf4d25b287d88f5867e652865aebd1ab28e1e6f0 /src/include/k5-int.h
parent9a079c2554aaed0c78c96f3a47a6f46c5dd3df11 (diff)
downloadkrb5-d77cbdd54f5792563e6c9c679df6e8edc7178944.tar.gz
krb5-d77cbdd54f5792563e6c9c679df6e8edc7178944.tar.xz
krb5-d77cbdd54f5792563e6c9c679df6e8edc7178944.zip
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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7867 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 6f2fe93e4c..9fffbced0a 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -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;