Do not update payload length during generation, allows hooks override payload length
This commit is contained in:
@@ -203,7 +203,6 @@ static void compute_length (private_transform_substructure_t *this)
|
||||
*/
|
||||
static size_t get_length(private_transform_substructure_t *this)
|
||||
{
|
||||
compute_length(this);
|
||||
return this->transform_length;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user