gnu: audit: Use GnuTLS instead of OpenSSL. * gnu/packages/admin.scm (audit)[inputs]: Replace openssl with gnutls.
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +1 -1
@@ 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