소스 검색

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;