Remove assert from is_partially_overlapping()
authorMatt Caswell <matt@openssl.org>
Wed, 25 Jan 2017 15:01:43 +0000 (15:01 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Jan 2017 15:02:45 +0000 (15:02 +0000)
commitb153f0921bea38127de0b9440b0487db3004330d
tree10a91cc87c01aea8b1311d9e9a80d978a39ec551
parentef055ec536a3c6e698dd9f45b41d57a32366b4fa
Remove assert from is_partially_overlapping()

This function is used to validate application supplied parameters. An
assert should be used to check for an error that is internal to OpenSSL.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2275)
crypto/evp/evp_enc.c