mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add a custom prompt for the CSR generation.
Add a new percent escape fucntion.
This commit is contained in:
parent
041c764672
commit
5bc9948f69
10 changed files with 228 additions and 42 deletions
|
@ -199,6 +199,9 @@ const char *hex2str (const char *hexstring,
|
|||
char *buffer, size_t bufsize, size_t *buflen);
|
||||
char *hex2str_alloc (const char *hexstring, size_t *r_count);
|
||||
|
||||
/*-- percent.c --*/
|
||||
char *percent_plus_escape (const char *string);
|
||||
|
||||
|
||||
/*-- homedir.c --*/
|
||||
const char *standard_homedir (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue