Commit 47d52d4e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added https.c

parent 4973b0f8
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -5,11 +5,10 @@
AUTOMAKE_OPTIONS = foreign no-dependencies

EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c		\
	     persistant.c ftpget.c Makefile.example			\
	     multithread.c getinmemory.c ftpupload.c httpput.c		\
	     simplessl.c ftpgetresp.c http-post.c post-callback.c	\
	     multi-app.c multi-double.c multi-single.c multi-post.c	\
	     fopen.c simplepost.c makefile.dj curlx.c
 persistant.c ftpget.c Makefile.example multithread.c getinmemory.c	\
 ftpupload.c httpput.c simplessl.c ftpgetresp.c http-post.c		\
 post-callback.c multi-app.c multi-double.c multi-single.c		\
 multi-post.c fopen.c simplepost.c makefile.dj curlx.c https.c

all:
	@echo "done"