Matt Caswell 6329b6092b Remove redundant check from tls1_get_curvelist
The function tls1_get_curvelist() has an explicit check to see if s->cert
is NULL or not. However the check appears *after* calling the tls1_suiteb
macro which derefs s->cert. In reality s->cert can never be NULL because
it is created in SSL_new(). If the malloc fails then the SSL_new call fails
and no SSL object is created.

Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-11-09 23:07:57 +00:00
..
2015-09-20 14:19:49 +01:00
2015-10-30 08:39:47 +00:00
2015-09-07 10:45:38 +01:00
2015-10-30 08:38:18 +00:00
2015-06-23 22:24:09 +01:00
2015-10-30 08:38:18 +00:00
2015-08-14 06:56:11 +01:00
2015-11-05 15:48:37 +00:00
2015-11-08 14:03:50 +00:00
2015-10-02 14:22:05 -04:00
2015-10-02 14:22:05 -04:00
2015-05-16 09:20:58 +01:00
2015-08-14 06:56:11 +01:00
2015-05-22 23:10:51 +01:00
2015-09-07 10:45:38 +01:00
2015-07-30 14:43:35 +01:00