1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +03:00

r13553: Fix all our warnings at -O6 on an x86_64 box.

Jeremy.
This commit is contained in:
Jeremy Allison
2006-02-18 00:27:31 +00:00
committed by Gerald (Jerry) Carter
parent 09f0b3e1a3
commit ea82958349
8 changed files with 26 additions and 28 deletions

View File

@@ -534,7 +534,7 @@ BOOL decode_pw_buffer(uint8 in_buffer[516], char *new_pwrd,
Decode an arc4 encrypted password change buffer.
************************************************************/
void encode_or_decode_arc4_passwd_buffer(char pw_buf[532], const DATA_BLOB *psession_key)
void encode_or_decode_arc4_passwd_buffer(unsigned char pw_buf[532], const DATA_BLOB *psession_key)
{
struct MD5Context tctx;
unsigned char key_out[16];