diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-06-02 16:55:05 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-06-10 09:18:16 +0200 |
commit | deb9462ff2de8e955c67ed441f5f48619a31198d (patch) | |
tree | 08f0555bcf3b570bcaf3b94f82a4acb524474ee8 /docs/INTERNALS.md | |
parent | fc6f9ecd8954edc247d216b0bb01a929d29246e0 (diff) | |
download | curl-deb9462ff2de8e955c67ed441f5f48619a31198d.tar.gz |
wolfssl: refer to it as wolfSSL only
Remove support for, references to and use of "cyaSSL" from the source
and docs. wolfSSL is the current name and there's no point in keeping
references to ancient history.
Assisted-by: Daniel Gustafsson
Closes #3903
Diffstat (limited to 'docs/INTERNALS.md')
-rw-r--r-- | docs/INTERNALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index 1563ec516..cd004e8f4 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -90,7 +90,7 @@ Dependencies - libssh2 0.16 - c-ares 1.6.0 - libidn2 2.0.0 - - cyassl 2.0.0 + - wolfSSL 2.0.0 - openldap 2.0 - MIT Kerberos 1.2.4 - GSKit V5R3M0 |