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 "shared" # "shared" builds both shared and static libraries 103 "--libdir=lib" 104 "--openssldir=etc/ssl" 105 - "enable-ktls" 106 ] ++ lib.optionals withCryptodev [ 107 "-DHAVE_CRYPTODEV" 108 "-DUSE_CRYPTODEV_DIGESTS"
··· 102 "shared" # "shared" builds both shared and static libraries 103 "--libdir=lib" 104 "--openssldir=etc/ssl" 105 ] ++ lib.optionals withCryptodev [ 106 "-DHAVE_CRYPTODEV" 107 "-DUSE_CRYPTODEV_DIGESTS"