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:
committed by
Gerald (Jerry) Carter
parent
625a9e6c04
commit
6679003c05
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user