$OpenBSD: patch-salt_utils_http_py,v 1.3 2015/05/24 07:37:23 ajacoutot Exp $

https://github.com/saltstack/salt/commit/c995d52190a2bf63609309c0a6ea00e8921b80da

--- salt/utils/http.py.orig	Fri May 22 20:58:40 2015
+++ salt/utils/http.py	Sun May 24 09:34:16 2015
@@ -463,6 +463,8 @@ def get_ca_bundle(opts=None):
         '/etc/ssl/certs/ca-bundle.crt',
         # Suse has an unusual path
         '/var/lib/ca-certificates/ca-bundle.pem',
+        # OpenBSD has an unusual path
+        '/etc/ssl/cert.pem',
     )
     for path in locations:
         if os.path.exists(path):
