guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: openssl: Add search path definition for root certificates.


From: Andreas Enge
Subject: 03/03: gnu: openssl: Add search path definition for root certificates.
Date: Thu, 12 Feb 2015 18:11:00 +0000

andreas pushed a commit to branch wip-certs
in repository guix.

commit 34732075cc85a334cf0e4215a8a11715a49f9859
Author: Andreas Enge <address@hidden>
Date:   Tue Feb 10 21:02:59 2015 +0100

    gnu: openssl: Add search path definition for root certificates.
    
    * gnu/packages/openssl.scm (openssl)[native-search-paths]: New property.
---
 gnu/packages/openssl.scm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/openssl.scm b/gnu/packages/openssl.scm
index 4f7526d..90dea49 100644
--- a/gnu/packages/openssl.scm
+++ b/gnu/packages/openssl.scm
@@ -63,6 +63,10 @@
               (("/bin/rm")
                "rm"))))
         %standard-phases))))
+   (native-search-paths
+     (list (search-path-specification
+           (variable "SSL_CERT_DIR")
+           (files '("etc/ssl/certs")))))
    (synopsis "SSL/TLS implementation")
    (description
     "OpenSSL is an implementation of SSL/TLS")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]