mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
Fix 186097: ProofOfPossession.encode() has paranoid assertion.
This commit is contained in:
parent
b5e025dea3
commit
76ceb77be4
@ -196,7 +196,7 @@ public class ProofOfPossession implements ASN1Value {
|
||||
|
||||
public void encode(Tag implicitTag, OutputStream ostream)
|
||||
throws IOException {
|
||||
Assert.notReached("A CHOICE cannot be implicitly tagged");
|
||||
Assert._assert(implicitTag.equals(getTag()));
|
||||
encode(ostream);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user