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:07:36 +0000 (15:07 +0000)
commit38a041a092fe50c5a9c76ea4f21be89ed086a8de
treec84768f8ef2a22a36fbe633876df5d75e810b711
parent3258e29a385f4800440a96a16889035a83aff437
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)
(cherry picked from commit ef055ec536a3c6e698dd9f45b41d57a32366b4fa)
test/evp_test.c