mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:43:34 +03:00
cmake: fix typo in ECH config error msg
Just a small typo I noticed while working on wiring up rustls-ffi vTLS ECH support. Closes #16786
This commit is contained in:
parent
18b0a584cb
commit
58881058ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue