]> granicus.if.org Git - openssl/commit
Remove some dead code
authorMatt Caswell <matt@openssl.org>
Mon, 17 Jul 2017 15:55:32 +0000 (16:55 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 19 Jul 2017 12:33:34 +0000 (13:33 +0100)
commite3d1a4e56572c71db5f297a50b8aa97bd7b39d3a
treee9c05e560dd0ce6f4929e943239193bda029e0a6
parentec642d5aaaea85ac84597dc8ee56afb2114b6eda
Remove some dead code

The intention of the removed code was to check if the previous operation
carried. However this does not work. The "mask" value always ends up being
a constant and is all ones - thus it has no effect. This check is no longer
required because of the previous commit.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3832)

(cherry picked from commit d5475e319575a45b20f560bdfae56cbfb165cb01)
crypto/evp/e_aes_cbc_hmac_sha1.c
crypto/evp/e_aes_cbc_hmac_sha256.c