https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191951
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] --- patch below will allow you to continue further, but I'm afraid your quest for base system without openssl is going to be hard. Index: lib/libfetch/common.c =================================================================== --- lib/libfetch/common.c (revision 273965) +++ lib/libfetch/common.c (working copy) @@ -888,6 +888,7 @@ return (0); #else (void)conn; + (void)URL; (void)verbose; fprintf(stderr, "SSL support disabled\n"); return (-1); -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
