Hi, In message "Re: [ruby-cvs:19369] Ruby:r12133: * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation." on Tue, 3 Apr 2007 15:12:24 +0900, Nobuyoshi Nakada <nobu / ruby-lang.org> writes: |At Tue, 3 Apr 2007 04:00:24 +0900 (JST), |technorama / ruby-lang.org wrote in [ruby-cvs:19369]: |> * ext/openssl/{ossl_bio.c,ossl_ssl.c,ruby_missing.h} compatibility with 1.8. | |I don't recommend to check RUBY_VERSION_CODE in extension |libraries. Per-features checks should be placed in extconf.rb |instead. Please check the patch in. |Furthermore, I'd rather want to remove RUBY_VERSION_CODE from |version.h, and change RUBY_VERSION object to a particular |object from mere String. It is arguable. matz.