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