Rename some argument placeholders to be less cryptic,
authorschwarze <schwarze@openbsd.org>
Tue, 26 Dec 2023 22:13:00 +0000 (22:13 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 26 Dec 2023 22:13:00 +0000 (22:13 +0000)
commitcd52bfb7eb8d13d5dd568315c1b757aea4ff021d
tree5b9d0a6585e2b6c6f88d680e3b5fddcdce7d2e48
parentc31384cc954732fc8ff16d9a424e3a6a16ddc6fa
Rename some argument placeholders to be less cryptic,
in particular s/inl/in_len/ and s/outl/out_len/ as suggested by tb@.

While here, also get rid of the "outm" placeholder that has been
around since the file was added to OpenSSL in 2000, replacing it
with the usual "out" in the four function prototypes affected; tb@
and myself suspect it was simply a typo followed by copy and paste.

Slightly improve variable naming in the examples, too, for clarity and
consistency, even though that doesn't turn the examples into good examples.

OK tb@
lib/libcrypto/man/EVP_CIPHER_CTX_init.3
lib/libcrypto/man/EVP_EncryptInit.3