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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user