diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-10-11 01:20:02 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-10-11 01:20:02 +0200 |
| commit | a53f6b3975026aeb9f7e0a524f4dfd1cd81dff25 (patch) | |
| tree | 32f685ab324a8a2e014a779c4037ef8bcc31e9f2 | |
| parent | 6a3a0f45f65f9be58867f271ff2a027548789bd7 (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
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
