Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-13 19:13:41 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-13 19:13:41 +0400
commit76f812803b72b5ccca764cdc7bfc42276fd70413 (patch)
tree9dab038f326aea3076875c4c60a52e5f62a0ed1b /libbb/pw_encrypt_des.c
parentaa9cd89c67a67e485fb5d9e51c1c2ced5face211 (diff)
trivial crypt shrinkage
function old new delta __md5_to64 27 29 +2 pw_encrypt 3631 3608 -23
Diffstat (limited to 'libbb/pw_encrypt_des.c')
-rw-r--r--libbb/pw_encrypt_des.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/pw_encrypt_des.c b/libbb/pw_encrypt_des.c
index 637765ead..ab217d8e9 100644
--- a/libbb/pw_encrypt_des.c
+++ b/libbb/pw_encrypt_des.c
@@ -673,8 +673,6 @@ des_crypt(struct des_ctx *ctx, char output[21], const unsigned char *key, const
return output;
}
-// des_setkey never fails
-
#undef C
#undef init_perm
#undef final_perm