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.
This commit is contained in:
parent
90efc2f28e
commit
1a58e1d444
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue