]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: remove all cyassl references
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Oct 2019 21:47:10 +0000 (23:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Oct 2019 07:13:20 +0000 (09:13 +0200)
commit700438c556424c5a74f7be9bfc5c936b375b67dd
tree2f1a4874becc3c0c96ec950a44edf7033865045c
parentfff1ba7a6be3abe52f229289ff70d7bc8f89beab
configure: remove all cyassl references

In particular, this removes the case where configure would find an old
cyall installation rather than a wolfssl one if present. The library is
named wolfssl in modern days so there's no real need to keep support for
the former.

Reported-by: Jacob Barthelmeh
Closes #4502
configure.ac