Change `strlen' argument name to `strlength' to avoid c++ reserved words.
authorPauli <pauli@openssl.org>
Wed, 23 Feb 2022 22:52:52 +0000 (09:52 +1100)
committerPauli <pauli@openssl.org>
Mon, 28 Feb 2022 05:24:27 +0000 (16:24 +1100)
commit28e141c45d36757e052b72685fb874968f013d43
tree8378c171058e959210f9560e461b513122fc2c27
parentaf788ad6c3624ccc4b49778a9ded2487b9dbeedd
Change `strlen' argument name to `strlength' to avoid c++ reserved words.

Fixes #17753

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/17764)
crypto/o_str.c
doc/man3/OPENSSL_hexchar2int.pod
include/openssl/crypto.h.in