mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: random
This commit is contained in:
parent
18b3bd3a0e
commit
5f2ac8236b
@ -473,7 +473,7 @@ void SecurePassword(void *secure_password, void *password, void *random)
|
||||
}
|
||||
|
||||
// Generate 160bit random number
|
||||
void GenRamdom(void *random)
|
||||
void GenRandom(void *random)
|
||||
{
|
||||
// Validate arguments
|
||||
if (random == NULL)
|
||||
|
@ -124,7 +124,7 @@ bool SamAuthUserByCert(HUB *h, char *username, X *x);
|
||||
bool SamAuthUserByPlainPassword(CONNECTION *c, HUB *hub, char *username, char *password, bool ast, UCHAR *mschap_v2_server_response_20, RADIUS_LOGIN_OPTION *opt);
|
||||
POLICY *SamGetUserPolicy(HUB *h, char *username);
|
||||
|
||||
void GenRamdom(void *random);
|
||||
void GenRandom(void *random);
|
||||
void SecurePassword(void *secure_password, void *password, void *random);
|
||||
X *GetIssuerFromList(LIST *cert_list, X *cert);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user