d368364dc3
qp_detach_session function was using the attach_session_t
function prototype, instead of detach_session_t.
Since both of them have the same parameters, there were
no compilation issues, but it is not consistent.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
rte_crypto_sym.h | ||
rte_crypto.h | ||
rte_cryptodev_pmd.c | ||
rte_cryptodev_pmd.h | ||
rte_cryptodev_version.map | ||
rte_cryptodev.c | ||
rte_cryptodev.h |