Commit 267b7789 authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove a trivially true OPENSSL_assert



This OPENSSL_assert in (d)tls1_hearbeat is trivially always going to be
true because it is testing the sum of values that have been set as
constants just a few lines above and nothing has changed them. Therefore
remove this.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 9f07c405
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment