gnu: openssl@1.1.1a: Don't inherit from openssl/fixed.
I was a bit hasty in a92c6b1a2b
.
openssl-next replaces the source, and OpenSSL 1.1.1 is invulnerable.
* gnu/packages/tls.scm (openssl-next)[inherit]: Inherit from openssl
once more.
This commit is contained in:
parent
a92c6b1a2b
commit
a215c938b3
|
@ -411,7 +411,7 @@ required structures.")
|
|||
|
||||
(define-public openssl-next
|
||||
(package
|
||||
(inherit openssl/fixed)
|
||||
(inherit openssl)
|
||||
(name "openssl")
|
||||
(version "1.1.1a")
|
||||
(source (origin
|
||||
|
|
Loading…
Reference in New Issue