fixed error in BER encoding.

This commit is contained in:
blackhedd 2007-05-02 02:59:38 +00:00
parent d483a345af
commit 55c6d2efe9

View file

@ -124,11 +124,11 @@ module Net
:constructed => {
16 => :array,
17 => :array
},
:context_specific => {
:primitive => {
10 => :integer
}
}
},
:context_specific => {
:primitive => {
10 => :integer
}
}
})