On Fri, Jan 17, 2020 at 4:21 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Nirmal Khedkar <nirmalhk7@xxxxxxxxx> writes: > > > Hey! > > I've been facing this error everytime I run the Makefile: > > ----- > > LINK git-imap-send > > imap-send.o: In function `verify_hostname': > > /git/imap-send.c:252: undefined reference to `sk_num' > > Perhaps the thread > > https://lore.kernel.org/git/xmqqpnfv3tq4.fsf@xxxxxxxxxxxxxxxxxxxxxxxxx > > may help? It did, to the extent that I now know why I'm facing these errors out of the blue. I'm not quite sure as to what am I supposed to do right now, should I wait for Liam's patch to be merged, or should I implement his fixes locally or should I just downgrade my openssl? Liam's PR (#516 on GitGitGadget [1]) haven't yet passed all build checks and I guess its still a work in progress. Nevertheless I've tried implementing his fixes to imap-send.c, and the make still fails. Am I missing something here? Thanks! Regards, Nirmal Khedkar [1] https://github.com/gitgitgadget/git/pull/516