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

authored by Sandro and committed by GitHub 9616bc4d 92635588

-1
-1
pkgs/development/libraries/quictls/default.nix
··· 102 102 "shared" # "shared" builds both shared and static libraries 103 103 "--libdir=lib" 104 104 "--openssldir=etc/ssl" 105 - "enable-ktls" 106 105 ] ++ lib.optionals withCryptodev [ 107 106 "-DHAVE_CRYPTODEV" 108 107 "-DUSE_CRYPTODEV_DIGESTS"