[openssh-commits] [openssh] 01/06: upstream: Reorder includes and defines to match both KNF and

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Feb 12 10:30:29 AEDT 2026


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit c169300df12b9aa7005ff6e61880a7e007e83bc5
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Wed Feb 11 17:01:34 2026 +0000

    upstream: Reorder includes and defines to match both KNF and
    
    Portable.
    
    OpenBSD-Commit-ID: f3f179c095f8e4787ded5f450e2842881f6b8ab2
---
 sftp.c        | 2 +-
 ssh-add.c     | 2 +-
 ssh-ed25519.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sftp.c b/sftp.c
index b4d2c802d..eebb166e8 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.c,v 1.249 2026/02/08 19:54:31 dtucker Exp $ */
+/* $OpenBSD: sftp.c,v 1.250 2026/02/11 17:01:34 dtucker Exp $ */
 /*
  * Copyright (c) 2001-2004 Damien Miller <djm at openbsd.org>
  *
diff --git a/ssh-add.c b/ssh-add.c
index ac1891f62..dcdbbfeca 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-add.c,v 1.184 2025/11/24 23:43:10 djm Exp $ */
+/* $OpenBSD: ssh-add.c,v 1.185 2026/02/11 17:01:34 dtucker Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
diff --git a/ssh-ed25519.c b/ssh-ed25519.c
index c8caa2221..c7a84dccb 100644
--- a/ssh-ed25519.c
+++ b/ssh-ed25519.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-ed25519.c,v 1.20 2025/07/24 06:12:08 djm Exp $ */
+/* $OpenBSD: ssh-ed25519.c,v 1.21 2026/02/11 17:01:34 dtucker Exp $ */
 /*
  * Copyright (c) 2013 Markus Friedl <markus at openbsd.org>
  *

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list