From: Derrick Brashear Date: Tue, 25 Jul 2006 15:47:41 +0000 (+0000) Subject: DEVEL15-des-no-obsolete-encrypt-20060725 X-Git-Tag: openafs-devel-1_5_4~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0b08ed0e21d405cc4fb5e912bd72027d1197df29;p=packages%2Fo%2Fopenafs.git DEVEL15-des-no-obsolete-encrypt-20060725 this version of encrypt() conflicts with current linux (which returns void) we don't use it, so, buh-bye (cherry picked from commit 68e8e996b6cc82d5097e82a4c9c8af9eb8c3c093) --- diff --git a/src/des/crypt.c b/src/des/crypt.c index a17c2a71a..72a1883e5 100644 --- a/src/des/crypt.c +++ b/src/des/crypt.c @@ -963,6 +963,7 @@ setkey(key) } #endif +#if 0 /* * "encrypt" routine (for backwards compatibility) */ @@ -993,6 +994,7 @@ encrypt(block, flag) } return (0); } +#endif #ifdef CRYPT_DEBUG STATIC