crypto/dpaa2_sec: fix debug logs
authorShreyansh Jain <shreyansh.jain@nxp.com>
Mon, 2 Apr 2018 14:06:00 +0000 (19:36 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 2 Apr 2018 22:04:59 +0000 (00:04 +0200)
commit79c271ee4f51a4216439477797bda8fb82806ea8
tree06d81db30ec1c639390fbb715c15c16b98ae1386
parenta016a88cbfbd4375963cf3744b24ceb7d7280f6e
crypto/dpaa2_sec: fix debug logs

Digest and IV length variable declarations have changed.
These were escaping builds as the debugging macro was disabled.
During dynamic logging change, they were discoverd.

Fixes: 0fbd75a99fc9 ("cryptodev: move IV parameters to session")
Fixes: 7f0034275a24 ("cryptodev: remove digest length from crypto op")
Cc: stable@dpdk.org
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c