fixed error in BER encoding.
This commit is contained in:
parent
d483a345af
commit
55c6d2efe9
|
@ -124,11 +124,11 @@ module Net
|
||||||
:constructed => {
|
:constructed => {
|
||||||
16 => :array,
|
16 => :array,
|
||||||
17 => :array
|
17 => :array
|
||||||
},
|
}
|
||||||
:context_specific => {
|
},
|
||||||
:primitive => {
|
:context_specific => {
|
||||||
10 => :integer
|
:primitive => {
|
||||||
}
|
10 => :integer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue