On Mon, Sep 15, 2014 at 12:30 AM, <behanw@xxxxxxxxxxxxxxxxxx> wrote:Oversight. Will Fix.
From: Behan Webster <behanw@xxxxxxxxxxxxxxxxxx>You only made the first case use SHASH_DESC_ON_STACK, the two other
Replaced the use of a Variable Length Array In Struct (VLAIS) with a C99
compliant equivalent. This patch allocates the appropriate amount of memory
using a char array using the SHASH_DESC_ON_STACK macro.
cases you left in the ugly format. Was that just an oversight, or was
there some reason for it?