]> granicus.if.org Git - neomutt/commit
Move the OpenSSL partial chain support check inside configure.ac. (see #3916)
authorKevin McCarthy <kevin@8t8.us>
Wed, 8 Mar 2017 02:26:06 +0000 (18:26 -0800)
committerRichard Russon <rich@flatcap.org>
Sat, 11 Mar 2017 23:36:53 +0000 (23:36 +0000)
commitabe21f15ca096d7bcaae7e6abfe0644f09a64ed4
tree0544f2231b6e3aa5fa3154159251ae5c895a79c7
parent13321d86b899cee15339248a262b450c837c39d3
Move the OpenSSL partial chain support check inside configure.ac. (see #3916)

Instead of directly checking whether X509_V_FLAG_PARTIAL_CHAIN is
defined everywhere, do it once inside configure.  This will allow
better support in the future if the test needs to change.
configure.ac
doc/makedoc-defs.h
init.h
mutt.h
mutt_ssl.c