OpenSSL: Unable to create SSL_CTX * using SSL_CTX_new()

前端 未结 1 667
萌比男神i
萌比男神i 2021-01-11 15:31

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:

         


        
相关标签:
1条回答
  • 2021-01-11 15:52

    I used the following call at start of main() function:

    SSL_library_init();
    

    Solution found at: here

    0 讨论(0)
提交回复
热议问题