]> git.ipfire.org Git - thirdparty/curl.git/commit
ntlm: error out without 64bit support as the code needs it
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 Oct 2015 21:51:54 +0000 (23:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Oct 2015 21:51:54 +0000 (23:51 +0200)
commit13ddb9e54afe9a3f43b4f6f33d3a8ff51d46f2c2
tree63358abb0bf4bb48860e1250e6db0723c8bee295
parent7715a70ba248899643c65c80e2d8d0b9947e989e
ntlm: error out without 64bit support as the code needs it

It makes it a clearer message for developers reaching that point without
the necessary support.

Thanks-by: Jay Satiro
Closes #78
lib/curl_ntlm_core.c