]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: fix typo in ECH config error msg
authorDaniel McCarney <daniel@binaryparadox.net>
Fri, 21 Mar 2025 13:54:10 +0000 (09:54 -0400)
committerViktor Szakats <commit@vsz.me>
Fri, 21 Mar 2025 14:55:23 +0000 (15:55 +0100)
Just a small typo I noticed while working on wiring up rustls-ffi vTLS
ECH support.

Closes #16786

CMakeLists.txt

index 5cef817cddb144a6c767996966ce8e6f0da9535b..f19467a8ccc31cf95d052f5d12935ccea622b318 100644 (file)
@@ -1081,7 +1081,7 @@ if(USE_ECH)
       message(STATUS "HTTPSRR enabled")
     endif()
   else()
-    message(FATAL_ERROR "ECH requires ECH-enablded OpenSSL, BoringSSL, AWS-LC or wolfSSL")
+    message(FATAL_ERROR "ECH requires ECH-enabled OpenSSL, BoringSSL, AWS-LC or wolfSSL")
   endif()
 endif()