Fix the return value for SSL_get0_chain_certs()
authorMatt Caswell <matt@openssl.org>
Tue, 16 Jul 2019 14:32:35 +0000 (15:32 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 17 Jul 2019 11:38:46 +0000 (12:38 +0100)
commitbeeaa8d06e68b22733f0df0c8cc7dcd42adad360
treeeee5ccd72230398f272844272adaf42140967114
parent686ead4537ade69368ebf87679397105aee5d5c8
Fix the return value for SSL_get0_chain_certs()

This function was always returning 0. It should return 1 on success.

Fixes #9374

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/9395)

(cherry picked from commit 7bc82358ae930cfbd353602bc1fd25bfad107350)
ssl/s3_lib.c