quictls: only set enable-ktls flag on Linux

This commit is contained in:
Thomas Gerbet 2022-11-02 17:38:11 +01:00
parent 27eae99b3e
commit 09685474e9

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"