cryptodev-linux: Fix error when compiling with 5.4 kernel
Currently, cryptodev-linux fails to compile with a
'"crypto_givcipher_type" undefined' error for targets on the 5.4 kernel,
e.g. armvirt[1].
This backports an upstream patch[2] that fixes this error.
[1]: https://downloads.openwrt.org/snapshots/faillogs/aarch64_generic/base/cryptodev-linux/compile.txt
[2]: https://github.com/cryptodev-linux/cryptodev-linux/commit/
f971e0cd4a0ebe59fb2e8e17240399bf6901b09b
Signed-off-by: Jeffery To <jeffery.to@gmail.com>