mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +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_;
|
||||
ctx = &ctx_;
|
||||
ctx_tmp = &ctx_tmp_;
|
||||
Zero(ctx, sizeof(ctx));
|
||||
Zero(ctx_tmp, sizeof(ctx_tmp));
|
||||
Zero(ctx, sizeof(HMAC_CTX));
|
||||
Zero(ctx_tmp, sizeof(HMAC_CTX));
|
||||
#endif
|
||||
chunk=EVP_MD_size(md);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user