mirror of
https://github.com/openbsd/src.git
synced 2026-06-17 23:03:29 +02:00
Include stdarg.h for va_list (needed for xmalloc.h).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: test_ed25519.c,v 1.1 2026/06/14 04:08:05 djm Exp $ */
|
||||
/* $OpenBSD: test_ed25519.c,v 1.2 2026/06/16 09:00:47 dtucker Exp $ */
|
||||
/*
|
||||
* Regress test for Ed25519 keypair from seed
|
||||
*
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: test_mldsa.c,v 1.1 2026/06/14 04:08:06 djm Exp $ */
|
||||
/* $OpenBSD: test_mldsa.c,v 1.2 2026/06/16 09:00:47 dtucker Exp $ */
|
||||
/*
|
||||
* Regress test for ML-DSA
|
||||
*
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user