diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-24 15:56:22 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-30 01:37:15 +0100 |
commit | cb6e5a10ba2bbf5dbfaded95d905fd688b495631 (patch) | |
tree | fac6d49d4e574726a271631947699a9d418ca608 /doc | |
parent | 122450b8a67cd37611fb66fae3ddb54db0100415 (diff) |
Mention OpenSSL 1.1 as supported library
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.md b/doc/install.md index b74c1f01..4e3d6308 100644 --- a/doc/install.md +++ b/doc/install.md @@ -20,7 +20,7 @@ Additionally, it is **strongly recommended** that you install a TLS library to browse HTTPS pages. Currently, Dillo supports any of the following libraries: - - OpenSSL + - OpenSSL 1.1 or 3 - mbedTLS 2 or 3 If you don't want to use a TLS library, use the configure option |