From 46e5cab6ac70f254f83139ca74b27862db3b30f0 Mon Sep 17 00:00:00 2001 From: dtucker Date: Fri, 5 Sep 2025 09:49:26 +0000 Subject: [PATCH] Order headers as per KNF. Also removes diff vs -portable. --- usr.bin/ssh/hmac.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/hmac.c b/usr.bin/ssh/hmac.c index 9f6225d045a..e30a7ce8f66 100644 --- a/usr.bin/ssh/hmac.c +++ b/usr.bin/ssh/hmac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hmac.c,v 1.14 2020/02/26 13:40:09 jsg Exp $ */ +/* $OpenBSD: hmac.c,v 1.15 2025/09/05 09:49:26 dtucker Exp $ */ /* * Copyright (c) 2014 Markus Friedl. All rights reserved. * @@ -16,8 +16,9 @@ */ #include -#include + #include +#include #include "sshbuf.h" #include "digest.h"