haproxy: drop USE_QUIC_OPENSSL_COMPAT for openssl >= 3.5.2 (#466771)
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
services.haproxy = {
|
||||
enable = true;
|
||||
config = ''
|
||||
global
|
||||
limited-quic
|
||||
|
||||
defaults
|
||||
mode http
|
||||
timeout connect 10s
|
||||
|
||||
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ lib.optionals (sslLibrary == "aws-lc") [
|
||||
"USE_OPENSSL_AWSLC=true"
|
||||
]
|
||||
++ lib.optionals (sslLibrary == "openssl") [
|
||||
++ lib.optionals (sslLibrary == "openssl" && lib.versionOlder openssl.version "3.5.2") [
|
||||
"USE_QUIC_OPENSSL_COMPAT=yes"
|
||||
]
|
||||
++ lib.optionals (sslLibrary == "wolfssl") [
|
||||
|
||||
Reference in New Issue
Block a user