quictls: fix openssl patch paths for 3.4

Fix paths related to OpenSSL 3.4.x patches.

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil
2025-02-11 15:48:51 +01:00
parent c05c515eff
commit 7a64edd4df
@@ -32,8 +32,8 @@ stdenv.mkDerivation rec {
../openssl/3.0/openssl-disable-kernel-detection.patch
(if stdenv.hostPlatform.isDarwin
then ../openssl/3.3/use-etc-ssl-certs-darwin.patch
else ../openssl/3.3/use-etc-ssl-certs.patch)
then ../openssl/3.4/use-etc-ssl-certs-darwin.patch
else ../openssl/3.4/use-etc-ssl-certs.patch)
];
postPatch = ''