94831f8f1d
This commit fixes a compilation error on icc, due to unallowed conversion from int to enum: drivers/crypto/snow3g/rte_snow3g_pmd.c(155): error #188: enumerated type mixed with another type sess->op = mode; ^ drivers/crypto/kasumi/rte_kasumi_pmd.c(155): error #188: enumerated type mixed with another type sess->op = mode; ^ Fixes: |
||
---|---|---|
.. | ||
aesni_gcm | ||
aesni_mb | ||
kasumi | ||
null | ||
qat | ||
snow3g | ||
Makefile |