Remove an OPENSSL_assert which could fail
authorMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 16:50:17 +0000 (16:50 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 2 Nov 2015 14:29:37 +0000 (14:29 +0000)
commit6929b4477b83c8e759ccc5dbc9483095e1c5a146
tree3d12469b1b738c785c3ef2a8d92179916cf6aec4
parent267b7789f83f7177c96a308a7b30ce4c234ceb52
Remove an OPENSSL_assert which could fail

An OPENSSL_assert was being used which could fail (e.g. on a malloc
failure).

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/record/ssl3_record.c