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,13 +124,13 @@ module Net
:constructed => { :constructed => {
16 => :array, 16 => :array,
17 => :array 17 => :array
}
}, },
:context_specific => { :context_specific => {
:primitive => { :primitive => {
10 => :integer 10 => :integer
} }
} }
}
}) })
# #