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);
|
CryptReleaseContext(ctx->hCryptProv, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#elif defined(USE_AXTLS)
|
||||||
|
#include <axTLS/os_int.h>
|
||||||
|
#include <axTLS/crypto.h>
|
||||||
#else
|
#else
|
||||||
/* When no other crypto library is available we use this code segment */
|
/* When no other crypto library is available we use this code segment */
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user