Fix coverity CID #1465531 - Negative return passed to a function param using size_t...
authorShane Lontis <shane.lontis@oracle.com>
Tue, 11 Aug 2020 05:41:54 +0000 (15:41 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 24 Aug 2020 01:19:28 +0000 (11:19 +1000)
commite499a64befa50bc2e7b9cb3173e8ac9b402fe1f9
tree3636a72874e5115669a804995a27c68d475ecb06
parentab7f4a3d2b86ef564081df7219301f7874c4d8af
Fix coverity CID #1465531 - Negative return passed to a function param using size_t in asn1_item_digest_with_libctx()

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12628)
crypto/asn1/a_digest.c