mirror of
https://github.com/curl/curl.git
synced 2026-05-04 08:07:51 +03:00
md5: use axTLS's own MD5 functions when available
This commit is contained in:
parent
2a15e594ef
commit
05792d6936
1 changed files with 3 additions and 0 deletions
|
|
@ -157,6 +157,9 @@ static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
|
|||
CryptReleaseContext(ctx->hCryptProv, 0);
|
||||
}
|
||||
|
||||
#elif defined(USE_AXTLS)
|
||||
#include <axTLS/os_int.h>
|
||||
#include <axTLS/crypto.h>
|
||||
#else
|
||||
/* When no other crypto library is available we use this code segment */
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue