crypto/aesni_mb: fix build with gcc 4.8.5
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 5 Jun 2019 14:11:23 +0000 (15:11 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 5 Jun 2019 16:37:08 +0000 (18:37 +0200)
commit16c4ea4ed6664974c7bfcdae8ffa7b4be3472c18
tree6ad99bcdd9c2050277fdd1417e6b1dd6b312f36c
parent64ac6feb8291eb0fe74cf965dd3890625f8f3171
crypto/aesni_mb: fix build with gcc 4.8.5

On CentOS/RHEL 7, we get build errors reported due to a variable being
possibly uninitialized. Setting a default init value fixes this issue.

Fixes: c68d7aa354f6 ("crypto/aesni_mb: use architecture independent macros")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c