From 709dc44768db0c0e1123181f53fdba26484eceaa Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Thu, 30 Jan 2020 00:10:08 -0700 Subject: * Add file cert.pem to the list of containers of CA certificates. --- configure | 2 +- configure.ac | 2 +- pith/pine.hlp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index a7a8ee6..8fcde13 100755 --- a/configure +++ b/configure @@ -21833,7 +21833,7 @@ _ACEOF SSL_CERT_LINK="no" if test -z "`ls ${certdir} | $EGREP '^[0-9A-Fa-f]{8}\.[0-9]'`" ; then SSL_BUNDLE_EXISTS="no" - SSL_PEM="factory.pem ca-bundle.pem ca-bundle.crt ca-root-nss.crt" + SSL_PEM="factory.pem ca-bundle.pem cert.pem ca-bundle.crt ca-root-nss.crt" for SSL_BUNDLE in $SSL_PEM do if test -f ${certdir}/${SSL_BUNDLE} ; then diff --git a/configure.ac b/configure.ac index bf5762d..fc7593e 100644 --- a/configure.ac +++ b/configure.ac @@ -2092,7 +2092,7 @@ else SSL_CERT_LINK="no" if test -z "`ls ${certdir} | $EGREP '^@<:@0-9A-Fa-f@:>@{8}\.@<:@0-9@:>@'`" ; then SSL_BUNDLE_EXISTS="no" - SSL_PEM="factory.pem ca-bundle.pem ca-bundle.crt ca-root-nss.crt" + SSL_PEM="factory.pem ca-bundle.pem cert.pem ca-bundle.crt ca-root-nss.crt" for SSL_BUNDLE in $SSL_PEM do if test -f ${certdir}/${SSL_BUNDLE} ; then diff --git a/pith/pine.hlp b/pith/pine.hlp index 73c3c22..fa1468c 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 400 2020-01-29 22:42:21 +Alpine Commit 401 2020-01-30 00:08:16 ============= h_news ================= -- cgit v1.2.3-54-g00ecf