diff --git a/regress/usr.bin/ssh/unittests/crypto/tests.c b/regress/usr.bin/ssh/unittests/crypto/tests.c index 53a44fb0e8c..1689097b4be 100644 --- a/regress/usr.bin/ssh/unittests/crypto/tests.c +++ b/regress/usr.bin/ssh/unittests/crypto/tests.c @@ -1,12 +1,13 @@ -/* $OpenBSD: tests.c,v 1.1 2026/06/14 04:08:06 djm Exp $ */ +/* $OpenBSD: tests.c,v 1.2 2026/06/16 08:15:35 dtucker Exp $ */ /* * Regress test for crypto ergonomic API * * Placed in the public domain */ -#include #include +#include +#include #include "../test_helper/test_helper.h" #include "sshbuf.h"