diff --git a/src/config2setopts.c b/src/config2setopts.c index 4ea65f453c..ba9b7c40f1 100644 --- a/src/config2setopts.c +++ b/src/config2setopts.c @@ -222,13 +222,6 @@ static CURLcode ssh_setopts(struct OperationConfig *config, CURL *curl) return CURLE_OK; /* ignore if SHA256 did not work */ } -#ifdef CURL_CA_EMBED -#ifndef CURL_DECLARED_CURL_CA_EMBED -#define CURL_DECLARED_CURL_CA_EMBED -extern const unsigned char curl_ca_embed[]; -#endif -#endif - static long tlsversion(unsigned char mintls, unsigned char maxtls) { diff --git a/src/mk-file-embed.pl b/src/mk-file-embed.pl index fcd8e04136..9f3a1b3976 100755 --- a/src/mk-file-embed.pl +++ b/src/mk-file-embed.pl @@ -39,10 +39,8 @@ print <