mirror of
https://github.com/curl/curl.git
synced 2026-08-05 13:26:21 +03:00
md5-cleanup
This commit is contained in:
parent
cbaa9d65e1
commit
f579308fad
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ static void my_md5_final(unsigned char *digest, void *ctx)
|
|||
#elif defined(USE_OPENSSL) && !defined(OPENSSL_NO_MD5)
|
||||
#include <openssl/evp.h>
|
||||
|
||||
typedef EVP_MD_CTX **my_md5_ctx;
|
||||
typedef EVP_MD_CTX *my_md5_ctx;
|
||||
|
||||
static CURLcode my_md5_init(void *ctx)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue