mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 07:04:13 +02:00
This package will include the three big third-party patch series for HPN/SCTP/X509 functionality in OpenSSH. Historically, these patches have caused numerous issues for users in the OpenSSH package and they are of questionable quality. By maintaining these patches in a separate package, we can minimize the effect of them on the garden path, which should be to provide our users with a minimally patched OpenSSH experience. Furthermore, since vanilla OpenSSH package will not require a large chunk of rebasing for these patches, we can more easily bump OpenSSH for new releases. Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
12 lines
321 B
Diff
12 lines
321 B
Diff
diff -ur a/auth2.c b/auth2.c
|
|
--- a/auth2.c 2022-05-19 15:59:32.875160028 -0700
|
|
+++ b/auth2.c 2022-05-19 16:03:44.291594908 -0700
|
|
@@ -226,7 +226,7 @@
|
|
int digest_alg;
|
|
size_t len;
|
|
u_char *hash;
|
|
- double delay;
|
|
+ double delay = 0;
|
|
|
|
digest_alg = ssh_digest_maxbytes();
|
|
if (len = ssh_digest_bytes(digest_alg) > 0) {
|