mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
fix Step2_DHExchange
This commit is contained in:
parent
bf7d3c831d
commit
491e8c10a7
|
|
@ -152,7 +152,7 @@ namespace TLSharp.Core.Auth
|
|||
EncryptedAnswer = encryptedAnswer,
|
||||
ServerNonce = serverNonceFromServer,
|
||||
Nonce = nonceFromServer,
|
||||
NewNonce = serverNonceFromServer
|
||||
NewNonce = newNonce
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue