Hi Nirmal, On Fri, 17 Jan 2020, Nirmal Khedkar wrote: > 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? Speaking for myself, I am still waiting for https://public-inbox.org/git/xmqqpnfv3tq4.fsf@xxxxxxxxxxxxxxxxxxxxxxxxx/ to be addressed adequately. I think this is the main blocker. You could be that person who addresses this, as already 10 days went past without even so much as an acknowledgement of Junio's suggestion. Maybe you can make it work, and submit a fixed patch (You could take authorship and add a footer "Original-patch-by: Liam Huang <liamhuang0205@xxxxxxxxx>" because it is most likely a total rewrite of Liam's patch). Ciao, Johannes