mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[core,gateway] fix WINPR_CIPHER_TYPE initial value
This commit is contained in:
@@ -425,7 +425,7 @@ static WINPR_CIPHER_CTX* treatAuthBlob(wLog* log, const BYTE* pbInput, size_t cb
|
||||
return NULL;
|
||||
}
|
||||
|
||||
WINPR_CIPHER_TYPE cipherType = 0;
|
||||
WINPR_CIPHER_TYPE cipherType = WINPR_CIPHER_NONE;
|
||||
switch (cbKeyData)
|
||||
{
|
||||
case 16:
|
||||
|
||||
Reference in New Issue
Block a user