diff options
Diffstat (limited to 'gnu/packages/password-utils.scm')
-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 ffad80b1d2..bd411f59d0 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -904,7 +904,7 @@ between hosts and entries in the password store.") `(("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))) |