aboutsummaryrefslogtreecommitdiff
path: root/samples/rte_hash_crc.h
AgeCommit message (Collapse)AuthorFilesLines
2022-05-09drop usage of MD5_*() (#667)John Levon1-0/+474
These functions from openssl are deprecated, and hence break builds with openssl 3.0, which now has a compiler warning for them. We only use them to check buffer contents; replace them with CRC code from DPDK instead, and entirely drop use of openssl. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>