summaryrefslogtreecommitdiff
path: root/net-misc/openssh-contrib/files/openssh-9.0_p1-X509-uninitialized-delay.patch
blob: 2a83ed37d1387aa43e1fea7e8815ba389c6a6063 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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) {