First cleanup pass over EVP_EncryptUpdate()
authortb <tb@openbsd.org>
Sat, 16 Dec 2023 15:22:40 +0000 (15:22 +0000)
committertb <tb@openbsd.org>
Sat, 16 Dec 2023 15:22:40 +0000 (15:22 +0000)
commit7051edb2ff75c3da20f47d96542b14dd037f948f
tree5c4910ed1ca193f16ffd9fff3f8e99a31d7fdf5d
parent7f25767d815c78384174f883d4be409806f5f41d
First cleanup pass over EVP_EncryptUpdate()

Use more sensible variable names in order to make the logic a bit easier
to follow. The variables may be renamed in a later pass. Unindent a block
that was squeezed too much to the right and make a few minor stylistic
tweaks.

ok jsing
lib/libcrypto/evp/evp_enc.c