aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2022-05-09 15:06:58 +0100
committerJohn Levon <levon@movementarian.org>2022-05-09 23:28:10 +0100
commitbfc3ff06b5e9514a74e7490edaa1dcf82dec176d (patch)
tree3e3693dc57d141aa4b07572bd5e97fae6cddc9c8 /docs
parentbc44bd1a246dc95b91faae30defafc3c259f5c4d (diff)
downloadlibvfio-user-bfc3ff06b5e9514a74e7490edaa1dcf82dec176d.zip
libvfio-user-bfc3ff06b5e9514a74e7490edaa1dcf82dec176d.tar.gz
libvfio-user-bfc3ff06b5e9514a74e7490edaa1dcf82dec176d.tar.bz2
docs: drop mention of libssl-dev package for testing
Use of libssl-dev was dropped in commit bc44bd1a246dc95b91faae30defafc3c259f5c4d Author: John Levon <john.levon@nutanix.com> Date: Mon May 9 09:58:02 2022 +0100 drop usage of MD5_*() (#667) Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/testing.md3
1 files changed, 2 insertions, 1 deletions
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