Added a patch by Kouhei Sutou which supports start_tls encryption.

This commit is contained in:
blackhedd 2007-05-02 02:32:14 +00:00
parent ae298d2865
commit d483a345af
4 changed files with 38 additions and 2 deletions

View file

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