3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #199190 from LeSuisse/quictls-disable-enable-ktls-darwin

This commit is contained in:
Sandro 2022-11-02 20:34:58 +01:00 committed by GitHub
commit 9616bc4dc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,6 @@ stdenv.mkDerivation rec {
"shared" # "shared" builds both shared and static libraries
"--libdir=lib"
"--openssldir=etc/ssl"
"enable-ktls"
] ++ lib.optionals withCryptodev [
"-DHAVE_CRYPTODEV"
"-DUSE_CRYPTODEV_DIGESTS"