gnu: john-the-ripper-jumbo: Build with OpenSSL 1.1.

* gnu/packages/password-utils.scm (john-the-ripper-jumbo)[inputs]: Change from
OPENSSL-1.0 to OPENSSL.
This commit is contained in:
Marius Bakke 2020-12-20 17:11:02 +01:00
parent d0abf4523f
commit 9de990baa3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -904,7 +904,7 @@ (define-public john-the-ripper-jumbo
`(("gmp" ,gmp)
("libpcap" ,libpcap)
("nss" ,nss)
("openssl" ,openssl-1.0)
("openssl" ,openssl)
("python" ,python-2) ; For "python" and "python2" shebangs
("ruby" ,ruby) ; For genincstats.rb
("zlib" ,zlib)))