mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:13:32 +03:00
version: Add flag CURL_VERSION_PSL for libpsl
This commit is contained in:
parent
738b0ba09e
commit
b1f9424fa7
4 changed files with 13 additions and 3 deletions
|
|
@ -305,6 +305,9 @@ static curl_version_info_data version_info = {
|
|||
#endif
|
||||
#if defined(USE_UNIX_SOCKETS)
|
||||
| CURL_VERSION_UNIX_SOCKETS
|
||||
#endif
|
||||
#if defined(USE_LIBPSL)
|
||||
| CURL_VERSION_PSL
|
||||
#endif
|
||||
,
|
||||
NULL, /* ssl_version */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue