From: Viktor Szakats Date: Mon, 20 Oct 2025 10:57:51 +0000 (+0200) Subject: Makefile.example: bump default example from FTP to HTTPS X-Git-Tag: curl-8_17_0~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97dd1da8d014964cebf50a13b0454453a2bfd651;p=thirdparty%2Fcurl.git Makefile.example: bump default example from FTP to HTTPS To have a chance to work out of the box, securely. (assuming a TLS backend with CA certs setup.) Closes #19160 --- diff --git a/docs/examples/Makefile.example b/docs/examples/Makefile.example index fbbca8a9a9..632c78dd13 100644 --- a/docs/examples/Makefile.example +++ b/docs/examples/Makefile.example @@ -22,7 +22,7 @@ # ########################################################################### -SRC ?= ftpget.c +SRC ?= https.c # What to call the final executable TARGET ?= example