[libfetch] Fix compilation with WITHOUT_CRYPT.
This commit is contained in:
parent
64f8d2575a
commit
819082e103
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user