git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
cd59a9a
)
added hash_md5()
author
kramm
<kramm>
Tue, 22 Feb 2005 20:02:24 +0000
(20:02 +0000)
committer
kramm
<kramm>
Tue, 22 Feb 2005 20:02:24 +0000
(20:02 +0000)
lib/MD5.h
patch
|
blob
|
history
diff --git
a/lib/MD5.h
b/lib/MD5.h
index
cfe2b75
..
0003492
100644
(file)
--- a/
lib/MD5.h
+++ b/
lib/MD5.h
@@
-23,6
+23,6
@@
#ifndef __MD5_h__
#define __MD5_h__
-/* WARNING: crypt_md5 is not reentrant */
char * crypt_md5(const char *pw, const char *salt);
+void hash_md5(const unsigned char*buf, int len, unsigned char*dest); //dest needs to be 16 bytes wide
#endif