From 54b9813fe95f51f23c8c710ec28081fcdb4bdcc2 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Thu, 24 Mar 2011 15:50:47 +0000 Subject: [PATCH] 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 --- src/WINNT/afsd/afskfw.c | 3 --- src/aklog/aklog.c | 3 --- 2 files changed, 6 deletions(-) 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 -- 2.39.5