diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2011-07-11 21:30:40 +0200 |
---|---|---|
committer | Pieter Wuille <sipa@ulyssis.org> | 2011-12-17 21:49:47 +0100 |
commit | 93db3fceac1bfe274bc0fd906428a20e709e2da5 (patch) | |
tree | bcf91d8c05f2b5044de557c1ef8f832528bb0de0 /src/makefile.osx | |
parent | 4c6e22953ef8ae0764576993088ec83d729d18f8 (diff) |
Add GetSecret() and GetKeys() to CKeyStore
Diffstat (limited to 'src/makefile.osx')
-rw-r--r-- | src/makefile.osx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.osx b/src/makefile.osx index de71887935..690e35a3e7 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -72,6 +72,7 @@ HEADERS = \ OBJS= \ obj/checkpoints.o \ obj/crypter.o \ + obj/key.o \ obj/db.o \ obj/init.o \ obj/irc.o \ |