Update vim to patch 8.0.1400 (#1945)
[termux-packages] / packages / libcrypt / crypt3.c
index a9de4d2..c029db6 100644 (file)
@@ -1376,7 +1376,7 @@ static const struct crypt_format {
 
 char* crypt(const char* key, const char* salt)
 {
-       int len;
+       size_t len;
        const struct crypt_format *cf;
 
        for (cf = crypt_formats; cf->name != NULL; ++cf) {