gnu: audit: Use GnuTLS instead of OpenSSL.
authorLeo Famulari <leo@famulari.name>
Sat, 22 Oct 2016 07:07:12 +0000 (03:07 -0400)
committerLeo Famulari <leo@famulari.name>
Sun, 23 Oct 2016 20:38:21 +0000 (16:38 -0400)
* gnu/packages/admin.scm (audit)[inputs]: Replace openssl with gnutls.

gnu/packages/admin.scm

index 9724c9b..7a83a8c 100644 (file)
@@ -1556,7 +1556,7 @@ platform-specific methods.")
              #t)))))
     (inputs
      `(("openldap" ,openldap)
-       ("openssl" ,openssl)
+       ("gnutls" ,gnutls)
        ("sasl" ,cyrus-sasl)))
     (synopsis "User-space component to the Linux auditing system")
     (description