[openssh-commits] [openssh] 03/04: upstream: Include stdarg.h for va_list (needed for xmalloc.h).

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jun 16 21:23:29 AEST 2026


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 60978ddb08701d409c8236765caab10d1acded1b
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Tue Jun 16 09:00:47 2026 +0000

    upstream: Include stdarg.h for va_list (needed for xmalloc.h).
    
    OpenBSD-Regress-ID: 34a6d5db48eec77f92f868093dfa0bfc10ae4622
---
 regress/unittests/crypto/test_ed25519.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/regress/unittests/crypto/test_ed25519.c b/regress/unittests/crypto/test_ed25519.c
index cc9ea3b86..3f6a8196c 100644
--- a/regress/unittests/crypto/test_ed25519.c
+++ b/regress/unittests/crypto/test_ed25519.c
@@ -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
  *
@@ -8,6 +8,7 @@
 #include "includes.h"
 
 #include <sys/types.h>
+#include <stdarg.h>
 #include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list