From bc44bd1a246dc95b91faae30defafc3c259f5c4d Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 9 May 2022 09:58:02 +0100 Subject: drop usage of MD5_*() (#667) 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 Reviewed-by: Swapnil Ingle Reviewed-by: Thanos Makatos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f8060ba..a8818cf 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ Building libvfio-user Build requirements: * `cmake` (v2 or above) - * `apt install libjson-c-dev libcmocka-dev libssl-dev` *or* - * `yum install json-c-devel libcmocka-devel openssl-devel` + * `apt install libjson-c-dev libcmocka-dev` *or* + * `yum install json-c-devel libcmocka-devel` To build: -- cgit v1.1