From bfc3ff06b5e9514a74e7490edaa1dcf82dec176d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 9 May 2022 15:06:58 +0100 Subject: docs: drop mention of libssl-dev package for testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use of libssl-dev was dropped in commit bc44bd1a246dc95b91faae30defafc3c259f5c4d Author: John Levon Date: Mon May 9 09:58:02 2022 +0100 drop usage of MD5_*() (#667) Signed-off-by: Daniel P. Berrangé --- docs/testing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 11b3301..62234d6 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -38,7 +38,8 @@ Set up and build: ``` apt update -apt-get -y install libjson-c-dev libcmocka-dev clang valgrind python3-pytest debianutils flake8 libssl-dev cmake +apt-get -y install libjson-c-dev libcmocka-dev clang valgrind \ + python3-pytest debianutils flake8 cmake cd /src export AFL_LLVM_LAF_ALL=1 -- cgit v1.1