CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/13 11:31:06
Modified files:
lib/libssl : ssl_clnt.c
Log message:
Fix a malloc() NULL check in ssl3_send_client_kex_ecdhe_ecp(), by adding
the missing goto. While here also remove a set of unnecessary parentheses.
