freebsd-nq/lib/libfetch
Bryan Drewery 5313966ea6 Fix build with GCC
SSL_set_tlsext_host_name(3) internally does not modify the host buffer
pased to it. So it is safe to DECONST the struct url* here.

Reported by:	gjb
Approved by:	bapt (implicit)
MFC after:	1 week
X-MFC-With:	r258347
2013-11-19 16:11:03 +00:00
..
common.c Fix build with GCC 2013-11-19 16:11:03 +00:00
common.h Implement certificate verification, and many other SSL-related 2013-07-26 15:53:43 +00:00
fetch.3 Include an Accept header in requests. 2013-07-30 13:07:55 +00:00
fetch.c Fix -Wunsequenced warning. 2013-06-29 15:51:27 +00:00
fetch.h
file.c
ftp.c
ftp.errors
http.c Even though it doesn't really make sense in the context of a CONNECT 2013-08-22 07:43:36 +00:00
http.errors
Makefile