Add default CA bundle location for DragonFlyBSD

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
Eygene Ryabinkin 2014-10-08 10:39:07 +04:00
parent 716a6f4718
commit 0a569bea3d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ OfflineIMAP v6.5.6.1 (YYYY-MM-DD)
================================= =================================
* Added default CA bundle location for OpenBSD * Added default CA bundle location for OpenBSD
(GitHub pull #120). (GitHub pull #120) and DragonFlyBSD.
* Added OpenSSL exception clause to our main GPL to allow * Added OpenSSL exception clause to our main GPL to allow
people to link with OpenSSL in run-time. It is needed people to link with OpenSSL in run-time. It is needed

View File

@ -15,7 +15,7 @@ __DEF_OS_LOCATIONS = {
'freebsd': '/usr/local/share/certs/ca-root-nss.crt', 'freebsd': '/usr/local/share/certs/ca-root-nss.crt',
'openbsd': '/etc/ssl/cert.pem', 'openbsd': '/etc/ssl/cert.pem',
'netbsd': None, 'netbsd': None,
'dragonfly': None, 'dragonfly': '/etc/ssl/cert.pem',
'darwin': [ 'darwin': [
# MacPorts, port curl-ca-bundle # MacPorts, port curl-ca-bundle
'/opt/local/share/curl/curl-ca-bundle.crt', '/opt/local/share/curl/curl-ca-bundle.crt',