Skip to content

Commit 5afdad3

Browse files
committed
bip85: fix bad external linkage for bip85 calls
1 parent 56e971b commit 5afdad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bip85.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "ccan/ccan/crypto/sha512/sha512.h"
44
#include <include/wally_bip32.h>
55
#include <include/wally_bip39.h>
6+
#include <include/wally_bip85.h>
67
#include <include/wally_crypto.h>
78

89
/* Bip85 path element values */

0 commit comments

Comments
 (0)