aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-10-11 01:20:02 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2025-10-11 01:20:02 +0200
commita53f6b3975026aeb9f7e0a524f4dfd1cd81dff25 (patch)
tree32f685ab324a8a2e014a779c4037ef8bcc31e9f2 /README.md
parent6a3a0f45f65f9be58867f271ff2a027548789bd7 (diff)
README.md: Replace OpenSSL with libsodium
This was a leftover from the following commit: commit 10e42591ac72285736d5cc4ee5e7c2f68dbf1e4b Author: Xavier Del Campo Romero Date: Wed Oct 8 13:50:52 2025 +0200 Replace OpenSSL with libsodium and argon2id
Diffstat (limited to 'README.md')
-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