http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97aade0
)
make md5_steps static
author
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:36:16 +0000
(21:36 +0200)
committer
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:36:16 +0000
(21:36 +0200)
src/crypto/md5.c
patch
|
blob
|
history
diff --git
a/src/crypto/md5.c
b/src/crypto/md5.c
index
09378e2
..
1fed24f
100644
(file)
--- a/
src/crypto/md5.c
+++ b/
src/crypto/md5.c
@@
-54,7
+54,7
@@
static u32 __md5step f4(u32 b, u32 c, u32 d)
return ( c ^ ( b | ~d ) );
}
-struct md5_step md5_steps[4] = {
+st
atic st
ruct md5_step md5_steps[4] = {
{
.f = f1,
.coefficient = 1,