summaryrefslogtreecommitdiffstats
path: root/librpc/idl/schannel.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-07-16 23:09:54 +0200
committerGünther Deschner <gd@samba.org>2010-07-16 23:09:54 +0200
commitc5e85a4987ca846741efac855aaf313d851d954c (patch)
tree491238f84ef07871351efa171351b90e3e0395df /librpc/idl/schannel.idl
parent5815119cb0ca56f5155936d99dae5fc9e4a53db8 (diff)
downloadsamba-c5e85a4987ca846741efac855aaf313d851d954c.tar.gz
samba-c5e85a4987ca846741efac855aaf313d851d954c.tar.xz
samba-c5e85a4987ca846741efac855aaf313d851d954c.zip
s3-dcerpc: rename SCHANNEL_SIG_SIZE to NL_AUTH_SIGNATURE_SIZE and move to IDL.
Guenther
Diffstat (limited to 'librpc/idl/schannel.idl')
-rw-r--r--librpc/idl/schannel.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/idl/schannel.idl b/librpc/idl/schannel.idl
index a30e2928e0c..b597a4395d2 100644
--- a/librpc/idl/schannel.idl
+++ b/librpc/idl/schannel.idl
@@ -90,6 +90,8 @@ interface schannel
uint8 Confounder[8];
} NL_AUTH_SIGNATURE;
+ const int NL_AUTH_SIGNATURE_SIZE = 0x20;
+
/* MS-NRPC 2.2.1.3.3 NL_AUTH_SHA2_SIGNATURE */
typedef [public,flag(NDR_PAHEX)] struct {