From a53f6b3975026aeb9f7e0a524f4dfd1cd81dff25 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 11 Oct 2025 01:20:02 +0200 Subject: 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 --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3