Mike Frysinger 20 лет назад
Родитель
Сommit
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;