Make sure we check the return value of extract_min_max()
authorMatt Caswell <matt@openssl.org>
Mon, 12 Feb 2018 17:22:17 +0000 (17:22 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 14 Feb 2018 15:32:06 +0000 (15:32 +0000)
commitcb1c3d1a2714eb69012b079053f7fbcca1acc544
treed39e580de810b942d965774b29cc997e65728e82
parent62542d046483687330c55b36fa27d82dc03958c2
Make sure we check the return value of extract_min_max()

Commit 42d7d7dd6 turned this function from returning void to
returning an int error code. This instance of calling it was
missed.

Found by Coverity.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5338)
crypto/x509v3/v3_asid.c