[libsoup/wip/tpopela/negotiate] soup-auth-negotiate: Remove the unused NTLMSSP code



commit 27f5af76b68349589f56a2fde9b6b9cf604e2caf
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Mar 1 15:54:07 2016 +0100

    soup-auth-negotiate: Remove the unused NTLMSSP code

 libsoup/soup-auth-negotiate.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libsoup/soup-auth-negotiate.c b/libsoup/soup-auth-negotiate.c
index f54d447..a9e69b7 100644
--- a/libsoup/soup-auth-negotiate.c
+++ b/libsoup/soup-auth-negotiate.c
@@ -86,9 +86,6 @@ static void remove_server_response_handler (SoupMessage *msg, gpointer auth);
 
 static const char spnego_OID[] = "\x2b\x06\x01\x05\x05\x02";
 static const gss_OID_desc gss_mech_spnego = { sizeof (spnego_OID) - 1, (void *) &spnego_OID };
-
-static const char ntlmssp_v1_OID[] = "\x2b\x06\x01\x04\x01\x82\x37\x02\x02\x0a";
-static const gss_OID_desc gss_mech_ntlmssp_v1 = { sizeof (ntlmssp_v1_OID) - 1, (void *) &ntlmssp_v1_OID };
 #endif /* LIBSOUP_HAVE_GSSAPI */
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]