diff options
author | Jack Lloyd <[email protected]> | 2018-01-09 11:38:33 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-01-09 11:38:33 -0500 |
commit | 31ce2b9a5cd3013d5472fa2e606aba15a2620fcb (patch) | |
tree | 5271da7d8acb110864bb7dfcc592995c4656d69d /src/tests/data | |
parent | bc36f04d9c536a608eaae68ce13cc84bef350f68 (diff) |
Fix a bug in asn1print - zero integers were not printed
Diffstat (limited to 'src/tests/data')
-rw-r--r-- | src/tests/data/asn1_print/output2.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/data/asn1_print/output2.txt b/src/tests/data/asn1_print/output2.txt index d2aa9647b..523f292eb 100644 --- a/src/tests/data/asn1_print/output2.txt +++ b/src/tests/data/asn1_print/output2.txt @@ -1,10 +1,10 @@ d= 0, l= 38: SEQUENCE - d= 1, l= 1: INTEGER + d= 1, l= 1: INTEGER 00 d= 1, l= 6: OCTET STRING public d= 1, l= 25: cons [0] context d= 2, l= 1: INTEGER 26 - d= 2, l= 1: INTEGER - d= 2, l= 1: INTEGER + d= 2, l= 1: INTEGER 00 + d= 2, l= 1: INTEGER 00 d= 2, l= 14: SEQUENCE d= 3, l= 12: SEQUENCE d= 4, l= 8: OBJECT 1.3.6.1.2.1.1.2.0 |