1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-08 13:21:09 +01:00

Workaround for OpenPGPInputStream to recognize PKESKv6 packets

This commit is contained in:
Paul Schaub 2025-05-05 14:19:32 +02:00
parent c2f7a8b2fd
commit 05ea7bd94f
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 34 additions and 12 deletions

View file

@ -146,7 +146,7 @@ public class MechanismNegotiationTest {
private final OpenPGPKeyVersion version;
private final AlgorithmSuite preferences;
public KeySpecification(OpenPGPKeyVersion version,
KeySpecification(OpenPGPKeyVersion version,
AlgorithmSuite preferences) {
this.version = version;
this.preferences = preferences;