summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/schannel_sign.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-04-25 03:37:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:38 -0500
commit53079da638e6e45e9e0a352f532e05073e60d3fb (patch)
tree77cc17ad65d85464d35d53f686c804ec387fbedb /source4/auth/gensec/schannel_sign.c
parenta2abd01cca389f6d48fefde5cd1a19aaffdb97a3 (diff)
downloadsamba-53079da638e6e45e9e0a352f532e05073e60d3fb.tar.gz
samba-53079da638e6e45e9e0a352f532e05073e60d3fb.tar.bz2
samba-53079da638e6e45e9e0a352f532e05073e60d3fb.zip
r6454: Start to migrate NTLMSSP away from it's own API to just use GENSEC.
The aim here is to remove the extra layer of abstraction, and to then use the credentials code directly in the NTLMSSP layer. Andrew Bartlett (This used to be commit b14c530dfd3e56975dea7e30aa8d62d4f2827700)
Diffstat (limited to 'source4/auth/gensec/schannel_sign.c')
-rw-r--r--source4/auth/gensec/schannel_sign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/schannel_sign.c b/source4/auth/gensec/schannel_sign.c
index 493b26f6c0..f143ccd4c7 100644
--- a/source4/auth/gensec/schannel_sign.c
+++ b/source4/auth/gensec/schannel_sign.c
@@ -103,7 +103,7 @@ NTSTATUS schannel_unseal_packet(struct gensec_security *gensec_security,
TALLOC_CTX *mem_ctx,
uint8_t *data, size_t length,
const uint8_t *whole_pdu, size_t pdu_length,
- DATA_BLOB *sig)
+ const DATA_BLOB *sig)
{
struct schannel_state *state = gensec_security->private_data;