Hi, You already had to apply a patch like that for SSLv2. You could just do the same for SSLv3.
But I recommend you get rid of all the methods other than SSLv23_*. Only the SSLv23_* methods support multiple versions. If you want to limit the support of supported protocols I suggest you use SSL_(CTX_)_set_options with something like SSL_OP_NO_SSLv3. Kurt