mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Fixed the bug on the OpenVPN Server function.
This commit is contained in:
parent
fd7707d95a
commit
1f2c052dfb
@ -183,8 +183,8 @@ void Enc_tls1_P_hash(const EVP_MD *md, const unsigned char *sec, int sec_len,
|
|||||||
HMAC_CTX ctx_tmp_;
|
HMAC_CTX ctx_tmp_;
|
||||||
ctx = &ctx_;
|
ctx = &ctx_;
|
||||||
ctx_tmp = &ctx_tmp_;
|
ctx_tmp = &ctx_tmp_;
|
||||||
Zero(ctx, sizeof(ctx));
|
Zero(ctx, sizeof(HMAC_CTX));
|
||||||
Zero(ctx_tmp, sizeof(ctx_tmp));
|
Zero(ctx_tmp, sizeof(HMAC_CTX));
|
||||||
#endif
|
#endif
|
||||||
chunk=EVP_MD_size(md);
|
chunk=EVP_MD_size(md);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user