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:
Tobias Geerinckx-Rice 2019-03-01 00:09:31 +01:00
parent a92c6b1a2b
commit a215c938b3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ required structures.")
(define-public openssl-next
(package
(inherit openssl/fixed)
(inherit openssl)
(name "openssl")
(version "1.1.1a")
(source (origin