]> 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:01:50 +0000 (21:01 +0200)
configure.ac

index e774be4910aedbf4031cc76f04190e4d3a611319..0e62e4bbee5e3a303973fd0519594b11de677c7e 100644 (file)
@@ -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"