From 8603e2c7f51eefe540b41d18a456bad244fced69 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 25 Jul 2006 15:46:18 +0000 Subject: [PATCH] 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) --- src/des/crypt.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5