Add error handling for SSL_new() of clients
authorPatrick Gansterer <paroga@paroga.com>
Sun, 14 Aug 2016 10:51:15 +0000 (12:51 +0200)
committerAndy Green <andy@warmcat.com>
Sun, 14 Aug 2016 11:53:20 +0000 (19:53 +0800)
commit5162d876fdddfc244c7c60ba18f49351ef05d344
tree04c484c1043d69a059b1b166a6a77102b26835a7
parentd0abf9bb5e6f837384e9fcdbc5f16ceeb46169d1
Add error handling for SSL_new() of clients

Do not access wsi->ssl if SSL_new() failed and log the error.
lib/client.c
lib/ssl-client.c