diff options
author | Mike Fulbright <msf@redhat.com> | 2003-03-20 22:43:10 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-03-20 22:43:10 +0000 |
commit | 720f69db5a6df4a3d6afe90ea228b5a90fe41333 (patch) | |
tree | 45e350ddecfcfd5fd9aec0ba89c46a2e84c2b8d9 /isomd5sum/md5.c | |
parent | 67b207a86792001ee078517cdca387ef3cdde3ac (diff) | |
download | anaconda-720f69db5a6df4a3d6afe90ea228b5a90fe41333.tar.gz anaconda-720f69db5a6df4a3d6afe90ea228b5a90fe41333.tar.xz anaconda-720f69db5a6df4a3d6afe90ea228b5a90fe41333.zip |
splitting up implant stuff so I can make a python binding for tim
Diffstat (limited to 'isomd5sum/md5.c')
-rw-r--r-- | isomd5sum/md5.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isomd5sum/md5.c b/isomd5sum/md5.c index fe032ebba..6f0e4ff6f 100644 --- a/isomd5sum/md5.c +++ b/isomd5sum/md5.c @@ -21,6 +21,8 @@ #include <string.h> #include "md5.h" +void MD5_Transform(uint32 *buf, uint32 const *in); + #ifndef HIGHFIRST #define byteReverse(buf, len) /* Nothing */ #else |