mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 19:23:25 +02:00
Since data->chain is now completed when loading the files, we don't need to use ssl_get0_issuer_chain() anywhere else in the code. data->chain will always be completed once the files are loaded, but we can't know from show_cert_detail() from what chain file it was completed. That's why the extra_chain pointer was added to dump the chain file.