CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/12/16 08:22:40
Modified files: lib/libcrypto/evp: evp_enc.c Log message: 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