hsm_encryption.c: fix source include order

This commit is contained in:
openoms 2021-06-03 11:45:03 +01:00 committed by Christian Decker
parent b821de13eb
commit fab1ed6fca

View File

@ -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)
{