Skip to content

Commit

Permalink
hsm_encryption.c: fix source include order
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms authored and cdecker committed Jun 3, 2021
1 parent b821de1 commit fab1ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/hsm_encryption.c
Original file line number Diff line number Diff line change
@@ -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)
{
Expand Down

0 comments on commit fab1ed6

Please sign in to comment.