1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-12-17 23:51:31 +03:00

Fix typo in sock struct member: s/WaitToUseCipher/WantToUseCipher/

Pointed out by @YangShizhao. Fixes #1492.
This commit is contained in:
Koichiro IWAO
2021-10-08 18:40:37 +09:00
parent 9d4970841f
commit bc76dcb2b9
2 changed files with 7 additions and 7 deletions

View File

@ -178,7 +178,7 @@ struct SOCK
X *RemoteX; // Certificate of the remote host
X *LocalX; // Certificate of the local host
char *CipherName; // Cipher algorithm name
char *WaitToUseCipher; // Set the algorithm name to want to use
char *WantToUseCipher; // Set the algorithm name to want to use
bool IgnoreRecvErr; // Whether the RecvFrom error is ignorable
bool IgnoreSendErr; // Whether the SendTo error is ignorable
UINT TimeOut; // Time-out value