Change uint_t to unsigned int in libcli
[kai/samba.git] / libcli / auth / smbdes.c
index 32e65e779d8a7c8fe7fc75114a33a42814589ac6..f052b27de9d5f93b6c734014e8ef3b331486275b 100644 (file)
@@ -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];