mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Generic keyserver API code
This commit is contained in:
parent
4b01e2a943
commit
b7a4656965
9 changed files with 460 additions and 195 deletions
|
@ -48,6 +48,7 @@ extern int g10_errors_seen;
|
|||
void print_pubkey_algo_note( int algo );
|
||||
void print_cipher_algo_note( int algo );
|
||||
void print_digest_algo_note( int algo );
|
||||
const char *get_temp_dir(void);
|
||||
|
||||
/*-- armor.c --*/
|
||||
char *make_radix64_string( const byte *data, size_t len );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue