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 | 6679003c0553804333f0090a91e1fe53837ceb47 (patch) | |
tree | 0c581adfcd323c5f4293612027628d837286a301 /source/libcli | |
parent | 625a9e6c041bedc93925bdebb3a60af1dbdde317 (diff) | |
download | samba-6679003c0553804333f0090a91e1fe53837ceb47.tar.gz |
r23816: A little more static, but leave the dead code testjoin.c as documentation.
Andrew Bartlett
Diffstat (limited to 'source/libcli')
-rw-r--r-- | source/libcli/auth/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libcli/auth/session.c b/source/libcli/auth/session.c index 4a9d79c4256..7f44b6b5a91 100644 --- a/source/libcli/auth/session.c +++ b/source/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; |