Skip to content

Commit 55c6d2e

Browse files
author
blackhedd
committed
fixed error in BER encoding.
1 parent d483a34 commit 55c6d2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/net/ber.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ module BERParser
124124
:constructed => {
125125
16 => :array,
126126
17 => :array
127-
},
128-
:context_specific => {
129-
:primitive => {
130-
10 => :integer
131-
}
127+
}
128+
},
129+
:context_specific => {
130+
:primitive => {
131+
10 => :integer
132132
}
133133
}
134134
})

0 commit comments

Comments
 (0)