From: Derrick Brashear Date: Tue, 25 Jul 2006 15:44:46 +0000 (+0000) Subject: des-no-obsolete-encrypt-20060725 X-Git-Tag: BP-openafs-windows-kdfs-ifs~1190 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=68e8e996b6cc82d5097e82a4c9c8af9eb8c3c093;p=packages%2Fo%2Fopenafs.git des-no-obsolete-encrypt-20060725 this version of encrypt() conflicts with current linux (which returns void) we don't use it, so, buh-bye --- 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