upstream: Include stdlib.h for malloc/free and sort headers.

OpenBSD-Regress-ID: 4f5f427b131f5d6b32ed107b9bef098153f768ce
This commit is contained in:
dtucker@openbsd.org
2026-06-16 08:15:35 +00:00
committed by Darren Tucker
parent 61ca39c119
commit 3de49e0d28

View File

@@ -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"