Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-01 | build: remove all HAVE_OPENSSL_ENGINE_H defines | Daniel Stenberg | |
... as there's nothing in the code that actually uses the define! The last reference was removed in 38203f158. Closes #5007 | |||
2019-12-17 | define: remove HAVE_ENGINE_LOAD_BUILTIN_ENGINES, not used anymore | Daniel Stenberg | |
It is covered by USE_OPENSSL_ENGINE now. Reported-by: Gisle Vanem Bug: https://github.com/curl/curl/commit/87b9337c8f76c21c57b204e88b68c6ecf3bd1ac0#commitcomment-36447951 Closes #4725 | |||
2019-10-05 | build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines | Paul B. Omta | |
Closes https://github.com/curl/curl/pull/4460 | |||
2019-07-31 | plan9: add support for running on Plan 9 | lufia | |
Closes #3701 |