summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/input/doc/faq/ssl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/input/doc/faq/ssl.md b/web/input/doc/faq/ssl.md
index 3f9a4cb..bfba61c 100644
--- a/web/input/doc/faq/ssl.md
+++ b/web/input/doc/faq/ssl.md
@@ -5,7 +5,7 @@ parent: FAQ
5# Why doesn't the --ssl option work? 5# Why doesn't the --ssl option work?
6 6
7To get the SSL features, you need to have the SSL libraries available. Either 7To get the SSL features, you need to have the SSL libraries available. Either
8[OpenSSL][openssl] or [GntTLS][gnutls] is suitable. 8[OpenSSL][openssl] or [GnuTLS][gnutls] is suitable.
9 9
10Check the `./configure` output to see if the SSL libraries have been detected. 10Check the `./configure` output to see if the SSL libraries have been detected.
11 11