mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
new release
This commit is contained in:
parent
2cd12c5c8f
commit
42b03f6ebd
38 changed files with 341 additions and 254 deletions
|
@ -164,9 +164,9 @@ cache_public_cert( PKT_public_cert *pkc )
|
|||
pkc_cache_entry_t ce;
|
||||
u32 keyid[2];
|
||||
|
||||
if( pkc->pubkey_algo == PUBKEY_ALGO_ELGAMAL
|
||||
if( is_ELGAMAL(pkc->pubkey_algo)
|
||||
|| pkc->pubkey_algo == PUBKEY_ALGO_DSA
|
||||
|| pkc->pubkey_algo == PUBKEY_ALGO_RSA ) {
|
||||
|| is_RSA(pkc->pubkey_algo) ) {
|
||||
keyid_from_pkc( pkc, keyid );
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue