aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e85a58f..e5c8b7a 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using
## Requirements
- A POSIX environment.
-- OpenSSL >= 2.0.
+- [`libsodium`](https://www.libsodium.org/).
- cJSON >= 1.7.15.
- ZLIB.
- [`dynstr`](https://gitea.privatedns.org/xavi/dynstr)
@@ -66,7 +66,7 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using
#### Mandatory packages
```sh
-sudo apt install build-essential libcjson-dev libssl-dev m4 zlib1g
+sudo apt install build-essential libcjson-dev libsodium-dev zlib1g
```
#### Optional packages