1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 04:34:45 +01:00

ASN1: CS update

This commit is contained in:
terrafrost 2014-04-12 12:01:04 -05:00
parent 61cd5e4f5a
commit 10be403aff

View File

@ -980,8 +980,7 @@ class File_ASN1
} }
} }
if (isset($mapping['min']) && $mapping['min'] >= 1 && $size < $mapping['min']) if (isset($mapping['min']) && $mapping['min'] >= 1 && $size < $mapping['min']) {
{
$size = $mapping['min'] - 1; $size = $mapping['min'] - 1;
} }