mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
WINPR_CIPHER_TYPE cipherType = 0;
|
WINPR_CIPHER_TYPE cipherType = WINPR_CIPHER_NONE;
|
||||||
switch (cbKeyData)
|
switch (cbKeyData)
|
||||||
{
|
{
|
||||||
case 16:
|
case 16:
|
||||||
|
|||||||
Reference in New Issue
Block a user