]> git.ipfire.org Git - thirdparty/openssl.git/commit
X509 build_chain(): Rename variable 'depth' to 'max_depth'
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Thu, 4 Mar 2021 09:59:18 +0000 (10:59 +0100)
committerDr. David von Oheimb <dev@ddvo.net>
Wed, 19 May 2021 18:14:55 +0000 (20:14 +0200)
commite2abc685b70bc7d6525d4c1aab9e031b1986ddd8
tree363b3a5e26b60c26f14e164ff7609fd1b5a7e406
parentaaa584cee7d2172b6a4a5165d685b473b07a0de3
X509 build_chain(): Rename variable 'depth' to 'max_depth'

This should increase readability and maintainability.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14422)
crypto/x509/x509_vfy.c