[openssh-commits] [openssh] 06/08: upstream: Order headers as per KNF.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 5 20:44:33 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 e80322284f3ee70b6b760a9f83179470d675e5ba
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Fri Sep 5 10:01:35 2025 +0000
upstream: Order headers as per KNF.
OpenBSD-Commit-ID: 7156b69b0364c68e181e0f6fa17c0f05c72e8670
---
mac.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mac.c b/mac.c
index ee2c17d0e..c95f5ea06 100644
--- a/mac.c
+++ b/mac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mac.c,v 1.36 2025/09/02 11:08:34 djm Exp $ */
+/* $OpenBSD: mac.c,v 1.37 2025/09/05 10:01:35 dtucker Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
@@ -27,9 +27,9 @@
#include <sys/types.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include "digest.h"
#include "hmac.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list