]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: explicitly include endian.h
authordjm@openbsd.org <djm@openbsd.org>
Sun, 27 Oct 2024 02:06:59 +0000 (02:06 +0000)
committerDamien Miller <djm@mindrot.org>
Sun, 27 Oct 2024 02:09:58 +0000 (13:09 +1100)
OpenBSD-Commit-ID: 13511fdef7535bdbc35b644c90090013da43a318

kexmlkem768x25519.c

index 679446e978a4fc1ed2fb8582082f444775465619..2b5d396082389c30d59e2d613b32e9ca7cf84776 100644 (file)
@@ -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"