mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
[libfetch] Fix compilation with WITHOUT_CRYPT.
This commit is contained in:
parent
64f8d2575a
commit
819082e103
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347050
@ -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