On Wed, Jun 11, 2008 at 09:08:48PM -0700, David Schwartz wrote:
>
> > I am wrapping an ssl socket using c++ and use a third party library
> > steam implementation. the library I use requires an implementation of a
> > copy constructor. I managed to dup and initialize a simple BIO and then
> > fre
> I am wrapping an ssl socket using c++ and use a third party library
> steam implementation. the library I use requires an implementation of a
> copy constructor. I managed to dup and initialize a simple BIO and then
> free it as required, but when it comes to SSL struct, thing don't seem
> to wo
Hello,
I am wrapping an ssl socket using c++ and use a third party library
steam implementation. the library I use requires an implementation of a
copy constructor. I managed to dup and initialize a simple BIO and then
free it as required, but when it comes to SSL struct, thing don't seem
to work
Hello,
I am wrapping an ssl socket using c++ and use a third party library
steam implementation. the library I use requires an implementation of a
copy constructor. I managed to dup and initialize a simple BIO and then
free it as required, but when it comes to SSL struct, thing don't seem
to work