diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-08-13 22:59:28 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-08-14 01:05:52 +0100 |
commit | 215f932e4925a402df10f8a3de469079cf9b617f (patch) | |
tree | fbd6613e5b0df30ee84796810fae984811e73aae /lib/socks_sspi.c | |
parent | 076c0ab68368d267713a0079b9509253715201da (diff) | |
download | curl-215f932e4925a402df10f8a3de469079cf9b617f.tar.gz |
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.
Diffstat (limited to 'lib/socks_sspi.c')
-rw-r--r-- | lib/socks_sspi.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/socks_sspi.c b/lib/socks_sspi.c index ed005b6f5..82684e0a3 100644 --- a/lib/socks_sspi.c +++ b/lib/socks_sspi.c @@ -6,7 +6,7 @@ * \___|\___/|_| \_\_____| * * Copyright (C) 2009, 2011, Markus Moeller, <markus_moeller@compuserve.com> - * Copyright (C) 2012 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 2012 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -43,12 +43,6 @@ #include "memdebug.h" /* - * Definitions required from ntsecapi.h are directly provided below this point - * to avoid including ntsecapi.h due to a conflict with OpenSSL's safestack.h - */ -#define KERB_WRAP_NO_ENCRYPT 0x80000001 - -/* * Helper sspi error functions. */ static int check_sspi_err(struct connectdata *conn, |