diff options
Diffstat (limited to 'libcli/auth/smbdes.c')
-rw-r--r-- | libcli/auth/smbdes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/auth/smbdes.c b/libcli/auth/smbdes.c index 32e65e779d..f052b27de9 100644 --- a/libcli/auth/smbdes.c +++ b/libcli/auth/smbdes.c @@ -367,7 +367,7 @@ void des_crypt112_16(uint8_t out[16], uint8_t in[16], const uint8_t key[14], int /* Decode a sam password hash into a password. The password hash is the same method used to store passwords in the NT registry. The DES key used is based on the RID of the user. */ -void sam_rid_crypt(uint_t rid, const uint8_t *in, uint8_t *out, int forw) +void sam_rid_crypt(unsigned int rid, const uint8_t *in, uint8_t *out, int forw) { uint8_t s[14]; |