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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user