summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-03-23 09:05:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:13 -0500
commitb8f395cf78d6983f6a9ee139e99968bde3455795 (patch)
treeb38ed7c2323e7544b1bf060c9b988f071f8b6359 /source4/libcli/auth
parent4a095be54184230de8ee658399dd8c82c4401d64 (diff)
downloadsamba-b8f395cf78d6983f6a9ee139e99968bde3455795.tar.gz
samba-b8f395cf78d6983f6a9ee139e99968bde3455795.tar.bz2
samba-b8f395cf78d6983f6a9ee139e99968bde3455795.zip
r5992: Rename schannel.c -> schannel_sign.c. The rest of the schannel code
(from librpc) will be moved into schannel.c soon. Andrew Bartlett (This used to be commit d6c80ff74b0550641c253316b37f1050c207791c)
Diffstat (limited to 'source4/libcli/auth')
-rw-r--r--source4/libcli/auth/config.mk2
-rw-r--r--source4/libcli/auth/schannel_sign.c (renamed from source4/libcli/auth/schannel.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/auth/config.mk b/source4/libcli/auth/config.mk
index c40a1346db..b37e214360 100644
--- a/source4/libcli/auth/config.mk
+++ b/source4/libcli/auth/config.mk
@@ -1,7 +1,7 @@
#################################
# Start SUBSYSTEM GENSEC
[SUBSYSTEM::LIBCLI_AUTH]
-ADD_OBJ_FILES = libcli/auth/schannel.o \
+ADD_OBJ_FILES = libcli/auth/schannel_sign.o \
libcli/auth/credentials.o \
libcli/auth/session.o \
libcli/auth/smbencrypt.o
diff --git a/source4/libcli/auth/schannel.c b/source4/libcli/auth/schannel_sign.c
index d582ff2dd0..d582ff2dd0 100644
--- a/source4/libcli/auth/schannel.c
+++ b/source4/libcli/auth/schannel_sign.c