mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Still making gpg2 work.
At least the keyids are now correctly computed again.
This commit is contained in:
parent
fbe4ac37f6
commit
b61df862a7
9 changed files with 91 additions and 18 deletions
|
@ -106,6 +106,9 @@ void deprecated_warning(const char *configname,unsigned int configlineno,
|
|||
const char *option,const char *repl1,const char *repl2);
|
||||
void deprecated_command (const char *name);
|
||||
|
||||
int string_to_cipher_algo (const char *string);
|
||||
int string_to_digest_algo (const char *string);
|
||||
|
||||
const char *compress_algo_to_string(int algo);
|
||||
int string_to_compress_algo(const char *string);
|
||||
int check_compress_algo(int algo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue