mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Missed keydb.h entry for set_passphrase_from_string
This commit is contained in:
parent
82bee9c68a
commit
9536012034
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ typedef int assuan_error_t;
|
||||||
typedef void *assuan_context_t;
|
typedef void *assuan_context_t;
|
||||||
#endif
|
#endif
|
||||||
int have_static_passphrase(void);
|
int have_static_passphrase(void);
|
||||||
|
void set_passphrase_from_string(const char *pass);
|
||||||
void read_passphrase_from_fd( int fd );
|
void read_passphrase_from_fd( int fd );
|
||||||
void passphrase_clear_cache ( u32 *keyid, const char *cacheid, int algo );
|
void passphrase_clear_cache ( u32 *keyid, const char *cacheid, int algo );
|
||||||
char *ask_passphrase (const char *description,
|
char *ask_passphrase (const char *description,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue