mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
hsm_encryption.c: fix source include order
This commit is contained in:
parent
b821de13eb
commit
fab1ed6fca
@ -1,9 +1,9 @@
|
||||
#include <ccan/tal/str/str.h>
|
||||
#include <common/hsm_encryption.h>
|
||||
#include <sodium/utils.h>
|
||||
#include <stdio.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
||||
char *hsm_secret_encryption_key(const char *pass, struct secret *key)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user