From 703e053110f02993d285719c1488a67ce9fbbc2f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 9 Jan 2025 04:11:35 +0100 Subject: [PATCH] cmake: update a comment [ci skip] Follow-up to 421e592db25cbbe4baadfeef8e6ed75a57579d0a #15832 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6de5cb7fe6..680b39ef89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -887,7 +887,7 @@ if(ZSTD_FOUND) endif() endif() -# Check symbol in an OpenSSL-like TLS backend, or in _extra_libs depending on it. +# Check symbol in an OpenSSL-like TLS backend. macro(curl_openssl_check_symbol_exists _symbol _files _variable) cmake_push_check_state() if(USE_OPENSSL)