1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-22 11:19:35 +03:00

Encrypt: support NULL message digest

This commit is contained in:
Davide Beatrici
2018-08-12 01:53:30 +02:00
parent 6764e24f20
commit 3d13f56314
2 changed files with 22 additions and 3 deletions

View File

@ -359,6 +359,7 @@ struct CIPHER
struct MD
{
char Name[MAX_PATH];
bool isNullMd;
const struct evp_md_st *Md;
struct hmac_ctx_st *Ctx;
UINT Size;