]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: update a comment [ci skip]
authorViktor Szakats <commit@vsz.me>
Thu, 9 Jan 2025 03:11:35 +0000 (04:11 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 9 Jan 2025 03:11:38 +0000 (04:11 +0100)
Follow-up to 421e592db25cbbe4baadfeef8e6ed75a57579d0a #15832

CMakeLists.txt

index 6de5cb7fe6b50274653a91c2ed1e6cd3793737cb..680b39ef89c91a658e2a512e4c6d89569158d1dd 100644 (file)
@@ -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)