mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
md5: use axTLS's own MD5 functions when available
This commit is contained in:
parent
2a15e594ef
commit
05792d6936
@ -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…
Reference in New Issue
Block a user