1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-20 11:22:05 +01:00

Merge pull request #61 from bilalashraf123/master

Wrong primary user ID when setting withAdditionalUserId
This commit is contained in:
Paul Schaub 2021-01-29 02:44:16 +01:00 committed by GitHub
commit fc5be684a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ public class KeySpecBuilder implements KeySpecBuilderInterface {
KeySpecBuilder(@Nonnull KeyType type) {
this.type = type;
hashedSubPackets.setPrimaryUserID(false, true);
}
@Override