Following the instructions on page , I am trying to use openSSL to connect client/server in secure manner.
I am not able to create the SSL_CTX as follows:
I used the following call at start of main() function:
SSL_library_init();
Solution found at: here