Include endian.h where needed for betohXX functions.
authortobhe <tobhe@openbsd.org>
Sat, 3 Dec 2022 21:02:27 +0000 (21:02 +0000)
committertobhe <tobhe@openbsd.org>
Sat, 3 Dec 2022 21:02:27 +0000 (21:02 +0000)
sbin/iked/eap.c
sbin/iked/ikev2.c
sbin/iked/ikev2_msg.c
sbin/iked/ikev2_pld.c

index 28119fa..194fc42 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: eap.c,v 1.21 2022/07/08 19:51:11 tobhe Exp $  */
+/*     $OpenBSD: eap.c,v 1.22 2022/12/03 21:02:27 tobhe Exp $  */
 
 /*
  * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org>
@@ -28,6 +28,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <signal.h>
+#include <endian.h>
 #include <errno.h>
 #include <err.h>
 #include <event.h>
index e6555b9..987918e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ikev2.c,v 1.359 2022/11/18 18:56:39 mbuhl Exp $       */
+/*     $OpenBSD: ikev2.c,v 1.360 2022/12/03 21:02:27 tobhe Exp $       */
 
 /*
  * Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -32,6 +32,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <signal.h>
+#include <endian.h>
 #include <errno.h>
 #include <err.h>
 #include <event.h>
index 05e26af..09089dc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ikev2_msg.c,v 1.88 2022/11/11 16:17:16 mbuhl Exp $    */
+/*     $OpenBSD: ikev2_msg.c,v 1.89 2022/12/03 21:02:27 tobhe Exp $    */
 
 /*
  * Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -31,6 +31,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <signal.h>
+#include <endian.h>
 #include <errno.h>
 #include <err.h>
 #include <event.h>
index af4f255..b12df4b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ikev2_pld.c,v 1.125 2022/09/19 20:54:02 tobhe Exp $   */
+/*     $OpenBSD: ikev2_pld.c,v 1.126 2022/12/03 21:02:27 tobhe Exp $   */
 
 /*
  * Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -30,6 +30,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <signal.h>
+#include <endian.h>
 #include <errno.h>
 #include <err.h>
 #include <event.h>