diff options
author | Rutger Helling <rhelling@mykolab.com> | 2019-07-19 12:30:53 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-07-19 12:32:01 +0200 |
commit | 1a58e1d4442cb4ba504fd76b9567da9aef47b1b0 (patch) | |
tree | f44ae9484c20e6fd927dcac915684357885f1f45 /gnu | |
parent | 90efc2f28e49595c3c467f3e72dd27812dd7cc54 (diff) | |
download | patches-1a58e1d4442cb4ba504fd76b9567da9aef47b1b0.tar patches-1a58e1d4442cb4ba504fd76b9567da9aef47b1b0.tar.gz |
gnu: john-the-ripper-jumbo: Build against OpenSSL 1.0.
* gnu/packages/password-utils.scm (john-the-ripper-jumbo): Change OPENSSL to
OPENSSL-1.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/password-utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 49024b26c4..8b1bca37e1 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -754,7 +754,7 @@ between hosts and entries in the password store.") ("krb5" ,mit-krb5) ("libpcap" ,libpcap) ("nss" ,nss) - ("openssl" ,openssl) + ("openssl" ,openssl-1.0) ("zlib" ,zlib))) (arguments `(#:configure-flags |