Two spellings of key length are enough
authortb <tb@openbsd.org>
Tue, 2 Jan 2024 18:48:02 +0000 (18:48 +0000)
committertb <tb@openbsd.org>
Tue, 2 Jan 2024 18:48:02 +0000 (18:48 +0000)
commit1aaf058ac758b22a83c2153843f0263786fffbe6
tree72949f3f4e7b5344273be2f88cf32c54746129e6
parent18dea6b0d7cf39ef8c97ed0ce075527400daa177
Two spellings of key length are enough

The API is called EVP_CIPHER_CTX_set_key_length() it has an argument called
keylen and, the EVP_CIPHER_CTX's member is called key_len. One of the three
is trivial to adjust, so do it.
lib/libcrypto/evp/evp_cipher.c