[openssh-commits] [openssh] 02/03: upstream: explicitly include endian.h
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Oct 27 15:37:03 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch V_9_9
in repository openssh.
commit fe8d28a7ebbaa35cfc04a21263627f05c237e460
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Sun Oct 27 02:06:59 2024 +0000
upstream: explicitly include endian.h
OpenBSD-Commit-ID: 13511fdef7535bdbc35b644c90090013da43a318
---
kexmlkem768x25519.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/kexmlkem768x25519.c b/kexmlkem768x25519.c
index 679446e9..2b5d3960 100644
--- a/kexmlkem768x25519.c
+++ b/kexmlkem768x25519.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kexmlkem768x25519.c,v 1.1 2024/09/02 12:13:56 djm Exp $ */
+/* $OpenBSD: kexmlkem768x25519.c,v 1.2 2024/10/27 02:06:59 djm Exp $ */
/*
* Copyright (c) 2023 Markus Friedl. All rights reserved.
*
@@ -34,6 +34,9 @@
#include <stdbool.h>
#include <string.h>
#include <signal.h>
+#ifdef HAVE_ENDIAN_H
+# include <endian.h>
+#endif
#include "sshkey.h"
#include "kex.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list