Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upCompilation fails on 7.42.0 when USE_NTLM is not defined #231
Comments
bagder
self-assigned this
Apr 22, 2015
bagder
added
build
SSL/TLS
labels
Apr 22, 2015
This comment has been minimized.
This comment has been minimized.
Fix landed in commit fd9d3a1, thanks! |
bagder
closed this
Apr 22, 2015
This comment has been minimized.
This comment has been minimized.
Even if I wrote the bug URL wrong in the commit message :-( |
lock
bot
locked as resolved and limited conversation to collaborators
May 7, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
prapin commentedApr 22, 2015
On the 7.42.0 release out of the box, if USE_NTLM is not defined (typically we don't have any SSL library available), compilation fails on line 3212 of url.c because trying to access member 'ntlm' which is only defined when USE_NTLM is on.