aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/musl/patches/901-crypt_size_hack.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/musl/patches/901-crypt_size_hack.patch')
-rw-r--r--toolchain/musl/patches/901-crypt_size_hack.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/musl/patches/901-crypt_size_hack.patch b/toolchain/musl/patches/901-crypt_size_hack.patch
index 75f196abca..667894a24f 100644
--- a/toolchain/musl/patches/901-crypt_size_hack.patch
+++ b/toolchain/musl/patches/901-crypt_size_hack.patch
@@ -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 "*";
}