aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-04-13 20:00:56 +0000
committerEd Maste <emaste@FreeBSD.org>2022-04-13 20:00:56 +0000
commit1323ec571215a77ddd21294f0871979d5ad6b992 (patch)
tree19d67138a6330f9ec39a96fece07fb0f410d7ab6 /crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
parent595ac4a11893971ba17a51e0477d580e29e1ef7a (diff)
parent85d1f2d493556f113b3f1f4b1800ace6656627ad (diff)
Diffstat (limited to 'crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c')
-rw-r--r--crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c b/crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
index df4925f7c6f6..dff77f042152 100644
--- a/crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
+++ b/crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: test_sshbuf_fixed.c,v 1.1 2014/04/30 05:32:00 djm Exp $ */
+/* $OpenBSD: test_sshbuf_fixed.c,v 1.2 2021/12/14 21:25:27 deraadt Exp $ */
/*
* Regress test for sshbuf.h buffer API
*
@@ -9,7 +9,6 @@
#include "includes.h"
#include <sys/types.h>
-#include <sys/param.h>
#include <stdio.h>
#ifdef HAVE_STDINT_H
# include <stdint.h>