[SCM] GNU gnutls branch, master, updated. gnutls_3_0_21-56-ga46604e

"Nikos Mavrogiannopoulos" <[email protected]> Thu, 19 Jul 2012 19:02:12 +0000
Newsgroups gmane.comp.encryption.gpg.gnutls.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=a46604ec6c3932c413d631fd2e847892bbfdb0e1

The branch, master has been updated
       via  a46604ec6c3932c413d631fd2e847892bbfdb0e1 (commit)
      from  7af349a1f1f91baca8b7cae2ee3b53d9172bdaa7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a46604ec6c3932c413d631fd2e847892bbfdb0e1
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Thu Jul 19 21:01:45 2012 +0200

    Check for /etc/ssl/cert.pem in OpenBSD. Reported by David Woodhouse and Mike Miller.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index e774be4..0e62e4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -333,7 +333,8 @@ if test "x$with_default_trust_store_pkcs11" = x -a "x$with_default_trust_store_f
   for i in \
     /etc/ssl/certs/ca-certificates.crt \
     /etc/pki/tls/cert.pem \
-    /usr/local/share/certs/ca-root-nss.crt
+    /usr/local/share/certs/ca-root-nss.crt \
+    /etc/ssl/cert.pem
     do
     if test -e $i; then
       with_default_trust_store_file="$i"


hooks/post-receive
-- 
GNU gnutls