Declare proper functions
This commit is contained in:
parent
7dbf2eca7c
commit
525f13a82b
|
@ -292,7 +292,8 @@ MD5Transform(uint32 buf[4], uint32 const in[16])
|
|||
*
|
||||
*/
|
||||
|
||||
static s48_value make_context(void);
|
||||
static s48_value make_MD5_CTX(void);
|
||||
static MD5_CTX* extract_context(s48_value);
|
||||
static s48_value MD5Init_stub(s48_value sch_context);
|
||||
static s48_value MD5Update_stub (s48_value sch_context, s48_value input);
|
||||
static s48_value MD5Final_stub (s48_value sch_context);
|
||||
|
|
Loading…
Reference in New Issue