summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-09-03 15:34:44 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-09-03 15:34:44 +1000
commitb936d0f3bed9d6ab42803f71cb02c929acf7e518 (patch)
treefedf5f406371725bc553ca8459183d2f45995f39 /source4/auth
parent5dae44e88ea2bd99f936935e11f04cc2ea44eba4 (diff)
parenta35263e1ab81cac7855158012157769e3e9000f7 (diff)
downloadsamba-b936d0f3bed9d6ab42803f71cb02c929acf7e518.tar.gz
samba-b936d0f3bed9d6ab42803f71cb02c929acf7e518.tar.bz2
samba-b936d0f3bed9d6ab42803f71cb02c929acf7e518.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
(This used to be commit 9590805bcbdd1924eda5a69978ffac7ec7603451)
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/kerberos/kerberos_pac.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/auth/kerberos/kerberos_pac.c b/source4/auth/kerberos/kerberos_pac.c
index 9ebace32cb..2943e05b18 100644
--- a/source4/auth/kerberos/kerberos_pac.c
+++ b/source4/auth/kerberos/kerberos_pac.c
@@ -32,11 +32,11 @@
#include "auth/auth_sam_reply.h"
#include "param/param.h"
-static krb5_error_code check_pac_checksum(TALLOC_CTX *mem_ctx,
- DATA_BLOB pac_data,
- struct PAC_SIGNATURE_DATA *sig,
- krb5_context context,
- const krb5_keyblock *keyblock)
+krb5_error_code check_pac_checksum(TALLOC_CTX *mem_ctx,
+ DATA_BLOB pac_data,
+ struct PAC_SIGNATURE_DATA *sig,
+ krb5_context context,
+ const krb5_keyblock *keyblock)
{
krb5_error_code ret;
krb5_crypto crypto;