mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:33:36 +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;
|
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.
|
* The basic MD4 functions.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -287,11 +287,6 @@ struct md5_ctx {
|
||||||
};
|
};
|
||||||
typedef struct md5_ctx my_md5_ctx;
|
typedef struct md5_ctx my_md5_ctx;
|
||||||
|
|
||||||
static CURLcode my_md5_init(void *ctx);
|
|
||||||
static void my_md5_update(void *ctx, const unsigned char *data,
|
|
||||||
unsigned int size);
|
|
||||||
static void my_md5_final(unsigned char *result, void *ctx);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The basic MD5 functions.
|
* The basic MD5 functions.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue