[libfetch] Fix compilation with WITHOUT_CRYPT.

This commit is contained in:
Adrian Chadd 2019-05-03 06:06:39 +00:00
parent 64f8d2575a
commit 819082e103
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347050

View file

@ -994,6 +994,7 @@ fetch_ssl(conn_t *conn, const struct url *URL, int verbose)
#else
(void)conn;
(void)verbose;
(void)URL;
fprintf(stderr, "SSL support disabled\n");
return (-1);
#endif