mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,license] update length
In license_read_encrypted_premaster_secret_blob the length argument was not set, fix that
This commit is contained in:
@@ -1507,7 +1507,8 @@ static BOOL license_read_encrypted_premaster_secret_blob(wStream* s, LICENSE_BLO
|
||||
{
|
||||
if (!license_read_binary_blob(s, blob))
|
||||
return FALSE;
|
||||
// TODO
|
||||
WINPR_ASSERT(ModulusLength);
|
||||
*ModulusLength = blob->length;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user