Loading lib/md5.c +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
lib/md5.c +3 −0 Original line number Diff line number Diff line Loading @@ -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