浏览代码

Fix typo in readme for enabling old TLS 1.0 using `./configure --enable-tlsv10`.

David Garske 6 年之前
父节点
当前提交
bc8625cbea
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README
  2. 1 1
      README.md

+ 1 - 1
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)

+ 1 - 1
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)