Hi All 

I try to build a static (portable) stunnel that contain opensll.

I know there are some similar questions long ago, but I still fail on how to build it.

I try to link the stunnel to latest openssl,  so I download the openssl-1.0.2p and make it.

And then I type  ./configure --enable-static --with-ssl= openssl-1.0.2p_dir

And typing  make,  I found there is a stunnel binary under /src folder,  but it still not include the openssl.

Do I miss something that I did not notice?

Thanks