From d0f5e147cb44880bf9fbdccdeee106336bfb12f5 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 28 Sep 2021 08:37:23 -0400 Subject: [PATCH] fix typo --- src/main/tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/tls.c b/src/main/tls.c index 09a2784209..e2dfccdaf5 100644 --- a/src/main/tls.c +++ b/src/main/tls.c @@ -3439,7 +3439,7 @@ static int set_ecdh_curve(SSL_CTX *ctx, char const *ecdh_curve, bool disable_sin if (!ecdh_curve || !*ecdh_curve) return 0; -#if OPENSSL_VERSION_NUMBER >= 0x0100200fL +#if OPENSSL_VERSION_NUMBER >= 0x0100020fL if (strchr(ecdh_curve, ':') != 0) { char *list = strdup(ecdh_curve); -- 2.47.3