1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

r23816: A little more static, but leave the dead code testjoin.c as documentation.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2007-07-10 13:41:00 +00:00
committed by Gerald (Jerry) Carter
parent 625a9e6c04
commit 6679003c05
3 changed files with 5 additions and 13 deletions

View File

@@ -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;