Преглед изворни кода

fix salt type in setup_salt()

Mike Frysinger пре 20 година
родитељ
комит
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;