提交 01612447 编写于 作者: R Rich Felker

remove ugly warning-suppression hack from crypt - this invokes UB!

上级 5eaa2213
......@@ -2391,7 +2391,7 @@ static void des_setkey(struct des_ctx *ctx, const unsigned char *key)
static void do_des(struct des_ctx *ctx, uint32_t *l_out, uint32_t *r_out, int count)
{
uint32_t l, r, *kl, *kr;
uint32_t f = f; /* silence gcc */
uint32_t f;
uint32_t r48l, r48r;
int round;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册