Skip to content

Commit c6a5067

Browse files
committed
Fix comment
1 parent c4fe478 commit c6a5067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg/src/main/java/org/bouncycastle/openpgp/PGPPublicKeyEncryptedData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public int getSymmetricAlgorithm(
7878
}
7979
else if (keyData.getVersion() == PublicKeyEncSessionPacket.VERSION_6)
8080
{
81-
// PKESK v5 stores the cipher algorithm in the SEIPD v2 packet fields.
81+
// PKESK v6 stores the cipher algorithm in the SEIPD v2 packet fields.
8282
return ((SymmetricEncIntegrityPacket)encData).getCipherAlgorithm();
8383
}
8484
else

0 commit comments

Comments
 (0)