From 215f932e4925a402df10f8a3de469079cf9b617f Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 13 Aug 2014 22:59:28 +0100 Subject: 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/socks_sspi.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lib/socks_sspi.c') 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, - * Copyright (C) 2012 - 2013, Daniel Stenberg, , et al. + * Copyright (C) 2012 - 2014, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -42,12 +42,6 @@ /* The last #include file should be: */ #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. */ -- cgit v1.2.3