소스 검색

make md5_steps static

tags/v0.9.3
Holger Lubitz 17 년 전
부모
커밋
29134e35dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/crypto/md5.c

+ 1
- 1
src/crypto/md5.c 파일 보기

@@ -54,7 +54,7 @@ static u32 __md5step f4(u32 b, u32 c, u32 d)
54 54
 	return ( c ^ ( b | ~d ) );
55 55
 }
56 56
 
57
-struct md5_step md5_steps[4] = {
57
+static struct md5_step md5_steps[4] = {
58 58
 	{
59 59
 		.f = f1,
60 60
 		.coefficient = 1,

Loading…
취소
저장