[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

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