From: Derrick Brashear Date: Tue, 25 Jul 2006 15:46:18 +0000 (+0000) Subject: STABLE14-des-no-obsolete-encrypt-20060725 X-Git-Tag: openafs-stable-1_4_2b3~34 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8603e2c7f51eefe540b41d18a456bad244fced69;p=packages%2Fo%2Fopenafs.git STABLE14-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