Add GetSecret() and GetKeys() to CKeyStore

This commit is contained in:
Pieter Wuille
2011-07-11 21:30:40 +02:00
committed by Pieter Wuille
parent 4c6e22953e
commit 93db3fceac
9 changed files with 177 additions and 136 deletions

View File

@@ -61,6 +61,7 @@ LIBS += -l kernel32 -l user32 -l gdi32 -l comdlg32 -l winspool -l winmm -l shell
OBJS= \
obj/checkpoints.o \
obj/crypter.o \
obj/key.o \
obj/db.o \
obj/init.o \
obj/irc.o \