mirror of
https://github.com/samba-team/samba.git
synced 2025-11-26 04:23:49 +03:00
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
x86_64 box. Jeremy.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
47b626a8f7
commit
d720867a78
@@ -348,7 +348,7 @@ void cred_hash2(unsigned char *out, const unsigned char *in, const unsigned char
|
||||
des_crypt56(out, buf, key2, 1);
|
||||
}
|
||||
|
||||
void cred_hash3(unsigned char *out, unsigned char *in, const unsigned char *key, int forw)
|
||||
void cred_hash3(unsigned char *out, const unsigned char *in, const unsigned char *key, int forw)
|
||||
{
|
||||
static unsigned char key2[8];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user