Skip to content

Commit

Permalink
bip85: fix bad external linkage for bip85 calls
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Aug 30, 2023
1 parent 56e971b commit 5afdad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bip85.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "ccan/ccan/crypto/sha512/sha512.h"
#include <include/wally_bip32.h>
#include <include/wally_bip39.h>
#include <include/wally_bip85.h>
#include <include/wally_crypto.h>

/* Bip85 path element values */
Expand Down

0 comments on commit 5afdad3

Please sign in to comment.