]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/x509/x509_vfy.c
x509_vfy.c: Rename CHECK_CB() to the more intuitively readable CB_FAIL_IF()
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 4 Jan 2021 19:27:33 +0000 (20:27 +0100)
committerDr. David von Oheimb <dev@ddvo.net>
Wed, 20 Jan 2021 10:08:35 +0000 (11:08 +0100)
commit07b6068d240fb5af56fab880f2f971293a49f124
tree92feef3d74a8a97435d5da7af7ac701ea1e083e0
parent3e878d924f138f4a71c04628b57be75f1d45ef8e
x509_vfy.c: Rename CHECK_CB() to the more intuitively readable CB_FAIL_IF()

Also improve list layout of some comments.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13895)
crypto/x509/x509_vfy.c