aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Sommerseth2017-08-22 13:47:15 +0200
committerDavid Sommerseth2017-09-06 23:42:55 +0200
commited0e79938e801ec656d70cf02bcea4cdd0b79532 (patch)
treed814e6133e0373bd5eee500c83c0451331cb4976 /Makefile.am
parente0a6afa12ea14685d0497ab27453ccc2b09e6e1f (diff)
downloadopenvpn-ed0e79938e801ec656d70cf02bcea4cdd0b79532.zip
openvpn-ed0e79938e801ec656d70cf02bcea4cdd0b79532.tar.gz
docs: Replace all PolarSSL references to mbed TLS
There were references in our documentation to the now deprecated PolarSSL library, which have changed name upstream to mbed TLS. In addition, where appropriate, the documentation now considers only mbed TLS 2.0 and newer. This is in accordance with the requirements ./configure sets. [DS: On-the-fly change - Updated Makefile.am to use README.mbedtls instead of README.polarssl. This ensures make dist and buildbots won't explode] Signed-off-by: David Sommerseth <davids@openvpn.net> Acked-by: Steffan Karger <steffan.karger@fox-it.com> Message-Id: <20170822114715.14225-1-davids@openvpn.net> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15309.html Signed-off-by: David Sommerseth <davids@openvpn.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 87da182..87af724 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ SUBDIRS = build distro include src sample doc vendor tests
dist_doc_DATA = \
README \
README.IPv6 \
- README.polarssl \
+ README.mbedtls \
Changes.rst \
COPYRIGHT.GPL \
COPYING
@@ -68,7 +68,7 @@ dist_noinst_DATA = \
.gitattributes \
PORTS \
README.IPv6 TODO.IPv6 \
- README.polarssl \
+ README.mbedtls \
openvpn.sln \
msvc-env.bat \
msvc-dev.bat \