summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2019-10-10 15:46:33 -0700
committermichael-grunder <michael.grunder@gmail.com>2019-10-10 15:46:33 -0700
commite777b0295eeeda89ee2ecef6ec5cb54889033d94 (patch)
treee120f74aae9e64acccce7bf56f23ff21f2b46a54
parent42a2e679bebf3712a2d4403b58fc583dc90357e1 (diff)
Use correct flag in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d48a7e3..6095cec 100644
--- a/README.md
+++ b/README.md
@@ -410,7 +410,7 @@ as soon as possible in order to prevent allocation of useless memory.
SSL/TLS support is not built by default and requires an explicit flag:
- make USE_TLS=1
+ make USE_SSL=1
This requires OpenSSL development package (e.g. including header files to be
available.