]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Makefile.example: bump default example from FTP to HTTPS
authorViktor Szakats <commit@vsz.me>
Mon, 20 Oct 2025 10:57:51 +0000 (12:57 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 20 Oct 2025 11:22:17 +0000 (13:22 +0200)
To have a chance to work out of the box, securely. (assuming a TLS
backend with CA certs setup.)

Closes #19160

docs/examples/Makefile.example

index fbbca8a9a9c01a57440e4f31628b865d4446f954..632c78dd13a792bdac62b9ed88ff75d2d507e815 100644 (file)
@@ -22,7 +22,7 @@
 #
 ###########################################################################
 
-SRC ?= ftpget.c
+SRC ?= https.c
 
 # What to call the final executable
 TARGET ?= example