mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 18:59:39 +02:00
By default emit IssuerFingerprint signature subpackets as non-critical
This commit is contained in:
parent
a3f9311d9a
commit
41ed056165
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public class SignatureSubpackets
|
|||
|
||||
@Override
|
||||
public SignatureSubpackets setIssuerFingerprint(@Nonnull PGPPublicKey key) {
|
||||
return setIssuerFingerprint(true, key);
|
||||
return setIssuerFingerprint(false, key);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue