[openssh-commits] [openssh] 02/04: upstream: Include stdlib.h for malloc/free and sort headers.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jun 16 21:23:28 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 3de49e0d281ac7efb766f06eb2942ae147f64bbb
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Tue Jun 16 08:15:35 2026 +0000
upstream: Include stdlib.h for malloc/free and sort headers.
OpenBSD-Regress-ID: 4f5f427b131f5d6b32ed107b9bef098153f768ce
---
regress/unittests/crypto/tests.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/regress/unittests/crypto/tests.c b/regress/unittests/crypto/tests.c
index 9caff06c1..9804dd326 100644
--- a/regress/unittests/crypto/tests.c
+++ b/regress/unittests/crypto/tests.c
@@ -1,4 +1,4 @@
-/* $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
*
@@ -7,8 +7,9 @@
#include "includes.h"
-#include <string.h>
#include <ctype.h>
+#include <stdlib.h>
+#include <string.h>
#include "../test_helper/test_helper.h"
#include "sshbuf.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list