- corrected prototypes

Signed-off-by: Kent Yoder <[email protected]>

 testcases/driver/md5.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/testcases/driver/md5.h b/testcases/driver/md5.h
index a6bf3da..0ef9d7e 100755
--- a/testcases/driver/md5.h
+++ b/testcases/driver/md5.h
@@ -50,9 +50,9 @@ typedef struct {
        unsigned char digest[16];     /* actual digest after MD5Final call */
 } MD5_CTX;
 
-void MD5Init();
-void MD5Update();
-void MD5Final();
+void MD5Init(MD5_CTX *);
+void MD5Update(MD5_CTX *, unsigned char *, unsigned int);
+void MD5Final(MD5_CTX *);
 
 #define __MD5_INCLUDE__
 #endif /* __MD5_INCLUDE__ */
        

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Opencryptoki-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech

Reply via email to