Add error handling for SSL_new() of clients
authorPatrick Gansterer <paroga@paroga.com>
Sun, 14 Aug 2016 11:54:12 +0000 (19:54 +0800)
committerAndy Green <andy@warmcat.com>
Sun, 14 Aug 2016 11:54:12 +0000 (19:54 +0800)
commit4324ea598b5d4f6129033bcf09579dd66addf9f9
treed468f7586607f79900e6a878a79c611d0a02bcd8
parentd4410f1d073c5734759d3db1c2494045e7c3ffa5
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