mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-15 12:50:22 +02:00
We should actually be including this (as it may define _GNU_SOURCE etc) before any system headers. But where we include <assert.h> we often didn't, because check-includes would complain that the headers included it too. Weaken that check, and include config.h in C files before assert.h. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
|---|---|---|
| .. | ||
| fuzz-addr.c | ||
| fuzz-amount.c | ||
| fuzz-base32-64.c | ||
| fuzz-bech32.c | ||
| fuzz-bigsize.c | ||
| fuzz-bip32.c | ||
| fuzz-channel_id.c | ||
| fuzz-close_tx.c | ||
| fuzz-descriptor_checksum.c | ||
| fuzz-hsm_encryption.c | ||
| fuzz-initial_channel.c | ||
| libfuzz.c | ||
| libfuzz.h | ||
| Makefile | ||
| run.py | ||