We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bbaecd commit 2530c0eCopy full SHA for 2530c0e
tests/fuzz/fuzz-handle_onion_message.c
@@ -1,18 +1,18 @@
1
#include "config.h"
2
-#include <fcntl.h>
3
-#include <setjmp.h>
4
-#include <secp256k1_ecdh.h>
5
#include <common/daemon_conn.h>
6
#include <common/ecdh.h>
7
#include <common/setup.h>
8
#include <common/status.h>
9
#include <common/wire_error.h>
10
-#include <connectd/connectd_wiregen.h>
11
#include <connectd/connectd.h>
+#include <connectd/connectd_wiregen.h>
12
#include <connectd/multiplex.h>
13
#include <connectd/onion_message.h>
14
-#include <wire/peer_wiregen.h>
+#include <fcntl.h>
+#include <secp256k1_ecdh.h>
+#include <setjmp.h>
15
#include <tests/fuzz/libfuzz.h>
+#include <wire/peer_wiregen.h>
16
17
static int lightningd_fd;
18
static struct privkey priv;
0 commit comments