summaryrefslogtreecommitdiff
path: root/app-shells/squirrelsh/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-08 09:27:00 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-08 09:27:00 +0100
commitafdfa05c5ce824f49340d033a80cdee422ac264a (patch)
treee0d45d2626035a2af2187a8359cd122dd9d4a21b /app-shells/squirrelsh/files
parent6cefebc8e850c862f7623af22feef1b895a79884 (diff)
gentoo auto-resync : 08:08:2023 - 09:27:00
Diffstat (limited to 'app-shells/squirrelsh/files')
-rw-r--r--app-shells/squirrelsh/files/squirrelsh-drop-register.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-shells/squirrelsh/files/squirrelsh-drop-register.patch b/app-shells/squirrelsh/files/squirrelsh-drop-register.patch
new file mode 100644
index 000000000000..77670ffe12d2
--- /dev/null
+++ b/app-shells/squirrelsh/files/squirrelsh-drop-register.patch
@@ -0,0 +1,12 @@
+Bug: https://bugs.gentoo.org/894640
+--- a/shell/hash_md5.cpp
++++ b/shell/hash_md5.cpp
+@@ -52,7 +52,7 @@ void MD5Init (MD5Context *ctx)
+ // The core of the MD5 algorithm
+ void MD5Transform (unsigned buf[4], const unsigned in[16])
+ {
+- register unsigned a, b, c, d;
++ unsigned a, b, c, d;
+
+ a = buf[0];
+ b = buf[1];