aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-16 00:29:04 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-16 00:29:07 +0200
commitb5327b2f7a67197a5f0b6965189c5657d20600d9 (patch)
treefc7e44d2e5d663b50e26e3a804620c88aac26029 /README.md
parent5af036c37cde1602d4050b14c864139ce7517cf2 (diff)
downloadslcl-b5327b2f7a67197a5f0b6965189c5657d20600d9.tar.gz
Reduce minimum required major version for OpenSSL
slcl has been successfully tested with OpenSSL 2.0 on an OpenBSD 7.3 host.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c39ad6e..5d801aa 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using
## Requirements
- A POSIX environment.
-- OpenSSL >= 3.0.
+- OpenSSL >= 2.0.
- cJSON >= 1.7.15.
- [`dynstr`](https://gitea.privatedns.org/xavi/dynstr)
(provided as a `git` submodule by `slweb`).