gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/ntlm


From: gsasl-commit
Subject: CVS gsasl/lib/ntlm
Date: Sat, 18 Sep 2004 18:36:12 +0200

Update of /home/cvs/gsasl/lib/ntlm
In directory dopio:/tmp/cvs-serv31432/lib/ntlm

Modified Files:
        Makefile.am ntlm.c 
Log Message:
Cleanup NTLM.


--- /home/cvs/gsasl/lib/ntlm/Makefile.am        2004/06/18 11:22:41     1.5
+++ /home/cvs/gsasl/lib/ntlm/Makefile.am        2004/09/18 16:36:11     1.6
@@ -21,4 +21,8 @@
 AM_CPPFLAGS = -I$(srcdir)/../src -I../src
 
 noinst_LTLIBRARIES = libgsasl-ntlm.la
-libgsasl_ntlm_la_SOURCES = x-ntlm.h ntlm.c
+libgsasl_ntlm_la_SOURCES = x-ntlm.h
+
+if CLIENT
+libgsasl_securid_la_SOURCES += ntlm.c
+endif
--- /home/cvs/gsasl/lib/ntlm/ntlm.c     2004/09/18 02:33:47     1.5
+++ /home/cvs/gsasl/lib/ntlm/ntlm.c     2004/09/18 16:36:11     1.6
@@ -1,4 +1,4 @@
-/* ntlm.c --- Implementation of non-standard SASL mechanism NTLM.
+/* ntlm.c --- Implementation of non-standard SASL mechanism NTLM, client side.
  * Copyright (C) 2002, 2003, 2004  Simon Josefsson
  *
  * This file is part of GNU SASL Library.
@@ -27,8 +27,6 @@
 
 #include <ntlm.h>
 
-#ifdef USE_CLIENT
-
 struct _Gsasl_ntlm_state
 {
   int step;
@@ -140,5 +138,3 @@
 
   return GSASL_OK;
 }
-
-#endif /* USE_CLIENT */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]