]> granicus.if.org Git - curl/commit
sspi: Moved KERB_WRAP_NO_ENCRYPT from socks_sspi module
authorSteve Holme <steve_holme@hotmail.com>
Wed, 13 Aug 2014 21:59:28 +0000 (22:59 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 14 Aug 2014 00:05:52 +0000 (01:05 +0100)
commit215f932e4925a402df10f8a3de469079cf9b617f
treefbd6613e5b0df30ee84796810fae984811e73aae
parent076c0ab68368d267713a0079b9509253715201da
sspi: Moved KERB_WRAP_NO_ENCRYPT from socks_sspi module

In preparation for the upcoming SSPI implementation of GSSAPI
authentication, moved the definition of KERB_WRAP_NO_ENCRYPT from
socks_sspi.c to curl_sspi.h allowing it to be shared amongst other
SSPI based code.
lib/curl_sspi.h
lib/socks_sspi.c