-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: sync OpenSSL(-fork) feature checks with
./configure
`./configure` uses `AC_CHECK_FUNC` for these checks, with one exception (`SSL_CTX_set_srp_username`). It's slightly less precise but simpler as it doesn't need headers and/or macros. Do the same in CMake. It also allows merging ECH detections across OpenSSL forks in CMake too. Closes curl#16352
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters