[openssh-commits] [openssh] 01/05: upstream: convert a last quad_t to int64_t. ok deraadt djm
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue May 20 18:16:54 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 2d023e7a95d673e93ccc1978bf8931f7335b2b53
Author: tedu at openbsd.org <tedu at openbsd.org>
AuthorDate: Thu May 8 17:32:53 2025 +0000
upstream: convert a last quad_t to int64_t. ok deraadt djm
OpenBSD-Commit-ID: 1c9e01ba1a9ccf442a9cdf10f222077f66885f1f
---
auth-passwd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/auth-passwd.c b/auth-passwd.c
index 347d91e25..a9d768891 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-passwd.c,v 1.48 2020/10/18 11:32:01 djm Exp $ */
+/* $OpenBSD: auth-passwd.c,v 1.49 2025/05/08 17:32:53 tedu Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -133,7 +133,7 @@ static void
warn_expiry(Authctxt *authctxt, auth_session_t *as)
{
int r;
- quad_t pwtimeleft, actimeleft, daysleft, pwwarntime, acwarntime;
+ int64_t pwtimeleft, actimeleft, daysleft, pwwarntime, acwarntime;
pwwarntime = acwarntime = TWO_WEEKS;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list