Skip to content
Commit f34655e2 authored by Tuomas Tynkkynen's avatar Tuomas Tynkkynen Committed by Tuomas Tynkkynen
Browse files

openssl-chacha: Split into multiple outputs

Mainly done because of this in all-packages.nix:
````
  cipherscan = callPackage ../tools/security/cipherscan {
    openssl = if stdenv.system == "x86_64-linux"
      then openssl-chacha
      else openssl;
  };
````
... and inside cipherscan we want to refer to `openssl.bin`
parent 3f9cfba0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment