Module Name: src
Committed By: nonaka
Date: Wed Dec 16 01:20:06 UTC 2015
Modified Files:
src/usr.bin/ftp: fetch.c
Log Message:
Fix compile failure without WITH_SSL.
> /tmp/bracket/build/2015.12.15.21.01.27-i386/src/usr.bin/ftp/fetch.c: In
> function 'fetch_url':
>
> /tmp/bracket/build/2015.12.15.21.01.27-i386/src/usr.bin/ftp/fetch.c:823:18:
> error: 'HTTPS_URL_T' undeclared (first use in this function)
> urltype == HTTPS_URL_T ? &ssl : NULL);
To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/usr.bin/ftp/fetch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.