From bc8625cbea4b3c62eac8846ef8ff354e1e1cfe18 Mon Sep 17 00:00:00 2001 From: David Garske Date: Thu, 4 Jan 2018 15:46:03 -0800 Subject: [PATCH] Fix typo in readme for enabling old TLS 1.0 using `./configure --enable-tlsv10`. --- README | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f1194396e..642e72440 100644 --- a/README +++ b/README @@ -83,7 +83,7 @@ updated examples and project files, and one vulnerability fix. The full list of changes and additions in this release include: - Fixes for TLS 1.3, support for Draft 21 -- TLS 1.0 disabled by default, addition of “--enable-tls10” configure option +- TLS 1.0 disabled by default, addition of “--enable-tlsv10” configure option - New option to reduce SHA-256 code size at expense of performance (USE_SLOW_SHA256) - New option for memory reduced build (--enable-lowresource) diff --git a/README.md b/README.md index d645bff76..b2a0db50e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ updated examples and project files, and one vulnerability fix. The full list of changes and additions in this release include: * Fixes for TLS 1.3, support for Draft 21 -* TLS 1.0 disabled by default, addition of “--enable-tls10” configure option +* TLS 1.0 disabled by default, addition of “--enable-tlsv10” configure option * New option to reduce SHA-256 code size at expense of performance (USE_SLOW_SHA256) * New option for memory reduced build (--enable-lowresource)