1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-17 23:03:29 +02:00

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

This commit is contained in:
dtucker
2026-06-16 08:15:35 +00:00
parent 3cf96d7d15
commit 8bf0905d41
+3 -2
View File
@@ -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 <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include "../test_helper/test_helper.h"
#include "sshbuf.h"