trivial crypt shrinkage

function                                             old     new   delta
__md5_to64                                            27      29      +2
pw_encrypt                                          3631    3608     -23
This commit is contained in:
Denis Vlasenko
2008-06-13 15:13:41 +00:00
parent aa9cd89c67
commit 76f812803b
2 changed files with 8 additions and 9 deletions

View File

@@ -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