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