=begin
= SSLSocket README

== Requirements

 * Ruby 1.6.4 or later
 * OpenSSL 0.9.6 or later

== Installation

 $ ruby extconf.rb
 $ make
 # make install           (It might require root permission.)

If extconf.rb couldn't find ``openssl/ssl.h'',
please specify the directory path that OpenSSL is installed in.
e.g.)

  $ ruby extconf.rb --with-openssl-dir=/usr/local/ssl

== Library Details

  [ Sorry Not Yet ]

== Feedback

All the bug reports and requests are welcome.
Please send me mail at <gotoyuzo@notwork.org>.

=end
