mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:07:16 +03:00
parent
f6a83894eb
commit
c446ada2a6
2 changed files with 0 additions and 9 deletions
|
|
@ -201,10 +201,6 @@ struct md4_ctx {
|
|||
};
|
||||
typedef struct md4_ctx MD4_CTX;
|
||||
|
||||
static int MD4_Init(MD4_CTX *ctx);
|
||||
static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size);
|
||||
static void MD4_Final(unsigned char *result, MD4_CTX *ctx);
|
||||
|
||||
/*
|
||||
* The basic MD4 functions.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue