mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 09:40:19 +01:00
Fix "make check-source"
Obviously, haven't run it in a while. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
e669baec1c
commit
15f7ec436c
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include "address.h"
|
#include "address.h"
|
||||||
#include "pubkey.h"
|
#include "pubkey.h"
|
||||||
#include <ccan/mem/mem.h>
|
|
||||||
#include <ccan/crypto/sha256/sha256.h>
|
#include <ccan/crypto/sha256/sha256.h>
|
||||||
|
#include <ccan/mem/mem.h>
|
||||||
|
|
||||||
void bitcoin_address(const struct pubkey *key, struct bitcoin_address *addr)
|
void bitcoin_address(const struct pubkey *key, struct bitcoin_address *addr)
|
||||||
{
|
{
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
#include <ccan/mem/mem.h>
|
#include <ccan/mem/mem.h>
|
||||||
#include <ccan/short_types/short_types.h>
|
#include <ccan/short_types/short_types.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <sodium/crypto_aead_chacha20poly1305.h>
|
|
||||||
#include <sodium/randombytes.h>
|
|
||||||
#include <secp256k1.h>
|
#include <secp256k1.h>
|
||||||
#include <secp256k1_ecdh.h>
|
#include <secp256k1_ecdh.h>
|
||||||
|
#include <sodium/crypto_aead_chacha20poly1305.h>
|
||||||
|
#include <sodium/randombytes.h>
|
||||||
|
|
||||||
#define MAX_PKT_LEN (1024 * 1024)
|
#define MAX_PKT_LEN (1024 * 1024)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue