mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix gpg-preset-passphrase bug.
Cleanups
This commit is contained in:
parent
72110961f1
commit
5a8bf0bec6
44 changed files with 5963 additions and 5922 deletions
|
@ -189,6 +189,9 @@ int hex2bin (const char *string, void *buffer, size_t length);
|
|||
int hexcolon2bin (const char *string, void *buffer, size_t length);
|
||||
char *bin2hex (const void *buffer, size_t length, char *stringbuf);
|
||||
char *bin2hexcolon (const void *buffer, size_t length, char *stringbuf);
|
||||
const char *hex2str (const char *hexstring,
|
||||
char *buffer, size_t bufsize, size_t *buflen);
|
||||
char *hex2str_alloc (const char *hexstring, size_t *r_count);
|
||||
|
||||
|
||||
/*-- homedir.c --*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue