mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:17:22 +03:00
parent
f6a83894eb
commit
c446ada2a6
2 changed files with 0 additions and 9 deletions
|
|
@ -287,11 +287,6 @@ struct 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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue