From: Simon Wilkinson Date: Thu, 24 Mar 2011 15:50:47 +0000 (+0000) Subject: NO_DES_H_INCLUDE is no longer necessary X-Git-Tag: upstream/1.8.0_pre1^2~3986 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=54b9813fe95f51f23c8c710ec28081fcdb4bdcc2;p=packages%2Fo%2Fopenafs.git NO_DES_H_INCLUDE is no longer necessary Now that we're using hcrypto for DES, rather than rolling our own, we don't need to specific NO_DES_H_INCLUDE, so get rid of it. Change-Id: Id370ddacb0a57264cc8f5cdda3c59fbb627708af Reviewed-on: http://gerrit.openafs.org/4302 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/WINNT/afsd/afskfw.c b/src/WINNT/afsd/afskfw.c index 8f5af0c80..4a6a892e6 100644 --- a/src/WINNT/afsd/afskfw.c +++ b/src/WINNT/afsd/afskfw.c @@ -63,9 +63,6 @@ #define USE_MS2MIT 1 #define USE_LEASH 1 -/* Prevent inclusion of des.h to avoid conflicts with des types */ -#define NO_DES_H_INCLUDE - #include #include #include diff --git a/src/aklog/aklog.c b/src/aklog/aklog.c index c54735092..44c4554d8 100644 --- a/src/aklog/aklog.c +++ b/src/aklog/aklog.c @@ -82,9 +82,6 @@ #include #endif -/* Prevent inclusion of des.h to avoid conflicts with des types */ -#define NO_DES_H_INCLUDE - #include #include #include