mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14:23:32 +03:00
lib: skip compiling code with features disabled
In non-SSL, non-SSH, non-H3, non-AppleSecTrust builds. Also: - drop unused internal macro `SSL_SYSTEM_VERIFIER`. Closes #20587
This commit is contained in:
parent
0649eb0825
commit
d445f2d930
10 changed files with 31 additions and 28 deletions
|
|
@ -22,10 +22,11 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
#include "../curl_setup.h"
|
||||
#include "ssh.h"
|
||||
|
||||
#ifdef USE_SSH
|
||||
|
||||
#include "vssh.h"
|
||||
#include "ssh.h"
|
||||
#ifdef USE_SSH
|
||||
#include "../curlx/strparse.h"
|
||||
#include "../curl_trc.h"
|
||||
#include "../escape.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue