toolchain/musl: update to 1.2.2
[openwrt/staging/chunkeey.git] / toolchain / musl / patches / 901-crypt_size_hack.patch
index 75f196abca5f44c3d17400d83f9eef30057bdff7..667894a24fbd9ed6c4a7efc2b4d485b17975780b 100644 (file)
@@ -43,7 +43,7 @@
  typedef uint32_t BF_word;
  typedef int32_t BF_word_signed;
  
-@@ -796,3 +807,4 @@ char *__crypt_blowfish(const char *key,
+@@ -804,3 +815,4 @@ char *__crypt_blowfish(const char *key,
  
        return "*";
  }