зеркало из https://github.com/mozilla/gecko-dev.git
Fix 186097: ProofOfPossession.encode() has paranoid assertion.
This commit is contained in:
Родитель
b5e025dea3
Коммит
76ceb77be4
|
@ -196,7 +196,7 @@ public class ProofOfPossession implements ASN1Value {
|
||||||
|
|
||||||
public void encode(Tag implicitTag, OutputStream ostream)
|
public void encode(Tag implicitTag, OutputStream ostream)
|
||||||
throws IOException {
|
throws IOException {
|
||||||
Assert.notReached("A CHOICE cannot be implicitly tagged");
|
Assert._assert(implicitTag.equals(getTag()));
|
||||||
encode(ostream);
|
encode(ostream);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче