diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-07-10 13:41:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:59:23 -0500 |
commit | a0fa5051bdb30d2d5e6d106f7c67c00211c93341 (patch) | |
tree | 22969f1f29e340ca8cafcaa4b231daee3ab545ee /source4/libcli | |
parent | 1cc770fc588b86b5162689c7acdafa05b745f059 (diff) | |
download | samba-a0fa5051bdb30d2d5e6d106f7c67c00211c93341.tar.gz samba-a0fa5051bdb30d2d5e6d106f7c67c00211c93341.tar.bz2 samba-a0fa5051bdb30d2d5e6d106f7c67c00211c93341.zip |
r23816: A little more static, but leave the dead code testjoin.c as documentation.
Andrew Bartlett
(This used to be commit 6679003c0553804333f0090a91e1fe53837ceb47)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/auth/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/auth/session.c b/source4/libcli/auth/session.c index 4a9d79c425..7f44b6b5a9 100644 --- a/source4/libcli/auth/session.c +++ b/source4/libcli/auth/session.c @@ -29,7 +29,7 @@ before calling, the out blob must be initialised to be the same size as the in blob */ -void sess_crypt_blob(DATA_BLOB *out, const DATA_BLOB *in, const DATA_BLOB *session_key, +static void sess_crypt_blob(DATA_BLOB *out, const DATA_BLOB *in, const DATA_BLOB *session_key, BOOL forward) { int i, k; |