diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-10-15 09:15:23 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2018-10-15 09:15:23 +0200 |
commit | 03186b118784e067cccef7d469564d8fbb96725f (patch) | |
tree | 662366b08be6d7708fb482e72f519989f8fa43af | |
parent | 6c413648ec440230d2988be2d9ed8b70f8dba24b (diff) | |
download | curl-03186b118784e067cccef7d469564d8fbb96725f.tar.gz |
INSTALL: mention mesalink in TLS section
Commit 57348eb97d1b8fc3742e02c6587d2d02ff592da5 added support for the
MesaLink vtls backend, but missed updating the TLS section containing
supported backends in the docs.
Closes #3134
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
-rw-r--r-- | docs/INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 91b268f60..7d365576e 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -108,6 +108,7 @@ libressl. - axTLS: `--without-ssl --with-axtls` - schannel: `--without-ssl --with-winssl` - secure transport: `--without-ssl --with-darwinssl` + - MesaLink: `--without-ssl --with-mesalink` # Windows |