sgx/sdk/ipp-crypto: pin to openssl_1_1

This commit is contained in:
ajs124 2022-08-07 00:31:47 +02:00
parent cc375c4d89
commit d761390cd0

View file

@ -3,7 +3,7 @@
, fetchFromGitHub
, cmake
, nasm
, openssl
, openssl_1_1
, python3
, extraCmakeFlags ? [ ]
}:
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
nasm
openssl
openssl_1_1
python3
];
}