Added pwmd_open2() and pwmd_save2() which will use the local pinentry.
commit4e5f1fccd7beccb7b0d4ce4265bafef7e4550aa9
authorBen Kibbey <bjk@luxsci.net>
Thu, 2 Apr 2009 23:38:49 +0000 (2 19:38 -0400)
committerBen Kibbey <bjk@luxsci.net>
Thu, 2 Apr 2009 23:38:49 +0000 (2 19:38 -0400)
treec1ef8b2f4ebcd0d14fcbef0bcde18d85183adeb0
parent67935342ebfb023554c6dddb21f5634b49c1c144
Added pwmd_open2() and pwmd_save2() which will use the local pinentry.
A client no longer needs to set PWMD_OPTION_PINENTRY to use the local
pinentry; libpwmd will do it itself. If you need to change pinentry
methods using the same handle, you'll need to send "OPTION PINENTRY" to
pwmd yourself.
src/libpwmd.c
src/libpwmd.h.in
src/pwmc.c