]> granicus.if.org Git - openssl/commit
Add some soft asserts where applicable
authorMatt Caswell <matt@openssl.org>
Fri, 9 Sep 2016 08:49:16 +0000 (09:49 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 13 Sep 2016 08:41:21 +0000 (09:41 +0100)
commitc39609aa6a575c9645d87711e3db439eb832ca70
tree42a32bfa48e5f107e3fa294ecd3a4f1e828f9118
parentde451856f08364ad6c6659b6eacbe820edc2aab9
Add some soft asserts where applicable

This is an internal API. Some of the tests were for programmer erorr and
"should not happen" situations, so a soft assert is reasonable.

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