]> granicus.if.org Git - curl/commit
ntlm: Use extend_key_56_to_64() for all cryptography engines
authorSteve Holme <steve_holme@hotmail.com>
Fri, 2 Jan 2015 19:59:41 +0000 (19:59 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 2 Jan 2015 20:17:05 +0000 (20:17 +0000)
commit1cb17b2a5dc29f41fcd1ba9ebec5742ab9dfcaab
tree833f517838f56cb9cdde5fd51202932bca2b6e02
parent1dd57bd7834b350ce61c21737328bb3abc2d562e
ntlm: Use extend_key_56_to_64() for all cryptography engines

Rather than duplicate the code in setup_des_key() for OpenSSL and in
extend_key_56_to_64() for non-OpenSSL based crypto engines, as it is
the same, use extend_key_56_to_64() for all engines.
lib/curl_ntlm_core.c