openssl -> openssl_1_0_1

This renames the current openssl to openssl_1_0_1 and defaults
openssl back to openssl_1_0_1 essentially changing nothing currently,
but allowing people to explicitly select openssl_1_0_1 for some software
which needs ABI compatibility to a specific libssl implementation like
binaries (spotify amongst others) and at the same time overriding
openssl to another implementation like libressl.
This commit is contained in:
Robin Gloster 2015-12-13 11:00:21 +00:00
parent 88f9ce0fed
commit dc7d09f6a4

View File

@ -8025,7 +8025,8 @@ let
wolfssl = callPackage ../development/libraries/wolfssl { };
openssl = callPackage ../development/libraries/openssl {
openssl = openssl_1_0_1;
openssl_1_0_1 = callPackage ../development/libraries/openssl {
fetchurl = fetchurlBoot;
cryptodevHeaders = linuxPackages.cryptodev.override {
fetchurl = fetchurlBoot;