mirror of
https://github.com/openssh/openssh-portable.git
synced 2026-06-24 08:48:18 +00:00
upstream: Include stdlib.h for malloc/free and sort headers.
OpenBSD-Regress-ID: 4f5f427b131f5d6b32ed107b9bef098153f768ce
This commit is contained in:
committed by
Darren Tucker
parent
61ca39c119
commit
3de49e0d28
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user