mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: openssl: Make OpenSSL 3.0 the default.
* gnu/packages/tls.scm (openssl): Change from OPENSSL-1.1 to OPENSSL-3.0.
This commit is contained in:
parent
a334b3461d
commit
28918b4ff8
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ (define-public openssl-3.0
|
|||
"/bin/perl"))))))))
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public openssl openssl-1.1)
|
||||
(define-public openssl openssl-3.0)
|
||||
|
||||
(define-public bearssl
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue