]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Check for /etc/ssl/cert.pem in OpenBSD. Reported by David Woodhouse and Mike Miller.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 19 Jul 2012 19:01:45 +0000 (21:01 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 19 Jul 2012 19:02:51 +0000 (21:02 +0200)
configure.ac

index 53d263aac43b19b86cbca5fb1939587ce784c0cf..a82617d4ecd6b73b717fa94c236f333cedb6b96f 100644 (file)
@@ -305,7 +305,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"