This commit is contained in:
nicolson%netscape.com 2002-06-28 20:14:47 +00:00
Родитель 3f4117a1f6
Коммит e6e1da9b32
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -423,7 +423,7 @@ public static class Template implements ASN1Template {
if( remainingContent > 0 ) {
throw new InvalidBERException("SEQUENCE is " + remainingContent +
" bytes shorter than expected");
" bytes longer than expected");
}
Assert._assert( remainingContent == 0 || remainingContent == -1 );