Skip to content

Commit e010a8a

Browse files
committed
removed TODO (already done).
1 parent 12c823c commit e010a8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkix/src/main/java/org/bouncycastle/cert/cmp/ChallengeContent.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public class ChallengeContent
2929
public byte[] extractChallenge(PKIHeader sourceMessageHdr, Recipient recipient)
3030
throws CMPException
3131
{
32-
// TODO: add check for recipientName
3332
try
3433
{
3534
CMSEnvelopedData cmsEnvelopedData = new CMSEnvelopedData(new ContentInfo(PKCSObjectIdentifiers.envelopedData, challenge.getEncryptedRand()));

0 commit comments

Comments
 (0)