]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/evp/evp_locl.h
Avoid ?: construct in XXXerr calls
authorRich Salz <rsalz@akamai.com>
Fri, 16 Aug 2019 22:05:08 +0000 (18:05 -0400)
committerRich Salz <rsalz@akamai.com>
Thu, 19 Sep 2019 13:27:38 +0000 (09:27 -0400)
commit51ba9ebd09bfa3569fee935ef7063394820cd333
treef6afae6afd403f04cd0842ff6e588f5d68251a66
parent8c0e76813af6a886f66d3e95b908c6c924d2a6ad
Avoid ?: construct in XXXerr calls

It either makes the flow of control simpler and more obvious, or it is
just a "cleanup" so that the editing scripts will find and fixup things.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9441)
crypto/evp/evp_lib.c
crypto/evp/evp_locl.h
crypto/rand/drbg_lib.c