]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix coverity 1504433: unchecked return value
authorPauli <pauli@openssl.org>
Tue, 17 May 2022 00:58:10 +0000 (10:58 +1000)
committerPauli <pauli@openssl.org>
Thu, 19 May 2022 00:41:52 +0000 (10:41 +1000)
commit6d5f636ce1ff6b57846e0e0fc82f7ed56aee2ac5
tree7227d62d41ed9b7d0a3bfb0dca05c6ce98a99bfb
parent22dbb176deef7d9a80f5c94f57a4b518ea935f50
Fix coverity 1504433: unchecked return value

Just extending the comment so coveriety knows as well.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18326)
ssl/ssl_rsa.c