mirror of
https://github.com/curl/curl.git
synced 2026-05-30 03:47:27 +03:00
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
This commit is contained in:
parent
1876ed6296
commit
97dd1da8d0
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#
|
||||
###########################################################################
|
||||
|
||||
SRC ?= ftpget.c
|
||||
SRC ?= https.c
|
||||
|
||||
# What to call the final executable
|
||||
TARGET ?= example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue