Browse Source

fix salt type in setup_salt()

Mike Frysinger 19 năm trước cách đây
mục cha
commit
73d592f6af
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;