Adjust in and in_len instead of donelen
authorMatt Caswell <matt@openssl.org>
Wed, 25 Jan 2017 09:26:35 +0000 (09:26 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Jan 2017 15:02:45 +0000 (15:02 +0000)
commitef055ec536a3c6e698dd9f45b41d57a32366b4fa
tree8bcdec2741f8932a18a6ece3618aa76f2a2bd815
parent7141ba31969d0b378d08104a51f8f99b9187b9d5
Adjust in and in_len instead of donelen

Don't use the temp variable donelen in the non-aad fragmented code path.

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