瀏覽代碼

fix salt type in setup_salt()

Mike Frysinger 18 年之前
父節點
當前提交
73d592f6af
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libcrypt/des.c

+ 1 - 1
libcrypt/des.c

@@ -349,7 +349,7 @@ des_init(void)
 
 
 static void
-setup_salt(long salt)
+setup_salt(u_int32_t salt)
 {
 	u_int32_t	obit, saltbit;
 	int	i;