version: Add flag CURL_VERSION_PSL for libpsl

This commit is contained in:
Gisle Vanem 2015-12-03 01:02:50 -05:00 committed by Jay Satiro
parent 738b0ba09e
commit b1f9424fa7
4 changed files with 13 additions and 3 deletions

View file

@ -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 */