summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-09 08:42:05 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-23 12:21:13 +0100
commit2654653f55ed5744cc9fca6a79127386f55425e1 (patch)
treee4ba410350c03e408caeb057ef1a8c857fd031f8 /source3/include/includes.h
parent1a48d0793b9d3a76aff76580661626e5cd95f427 (diff)
downloadsamba-2654653f55ed5744cc9fca6a79127386f55425e1.tar.gz
samba-2654653f55ed5744cc9fca6a79127386f55425e1.tar.bz2
samba-2654653f55ed5744cc9fca6a79127386f55425e1.zip
s3:libsmb: add a much simplified smb_siging infrastructure
It's the job of the caller to maintain the seqnum/mid mapping. Hopefully we can use this code in s4 later too. metze
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 4bf4b5c735..c883e17713 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -598,6 +598,7 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx);
#include "messages.h"
#include "locking.h"
#include "smb_perfcount.h"
+#include "smb_signing.h"
#include "smb.h"
#include "nameserv.h"
#include "secrets.h"