From 88f94e33f313b6b64ddc26d602b2344641a45a86 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 19 Jul 2012 21:01:45 +0200 Subject: [PATCH] Check for /etc/ssl/cert.pem in OpenBSD. Reported by David Woodhouse and Mike Miller. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 53d263aac..a82617d4e 100644 --- a/configure.ac +++ b/configure.ac @@ -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" -- 2.11.4.GIT