1
0
mirror of https://github.com/openbsd/src.git synced 2026-05-01 17:46:35 +00:00

Order headers as per KNF. Also removes diff vs -portable.

This commit is contained in:
dtucker
2025-09-05 09:49:26 +00:00
parent f85b86b261
commit 46e5cab6ac

View File

@@ -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 <sys/types.h>
#include <string.h>
#include <stdlib.h>
#include <string.h>
#include "sshbuf.h"
#include "digest.h"