summaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@yahoo.no>2015-12-03 01:02:50 -0500
committerJay Satiro <raysatiro@yahoo.com>2015-12-07 02:59:54 -0500
commitb1f9424fa79334addf3f5ee903f10656895200c0 (patch)
treed762dae94d3aa2995413b41e2143b9ec105ff4dc /lib/version.c
parent738b0ba09eb0b9e662dea3c436a88d505195f5e4 (diff)
downloadcurl-b1f9424fa79334addf3f5ee903f10656895200c0.tar.gz
version: Add flag CURL_VERSION_PSL for libpsl
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/version.c b/lib/version.c
index 8784c2b01..7c7294652 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -306,6 +306,9 @@ static curl_version_info_data version_info = {
#if defined(USE_UNIX_SOCKETS)
| CURL_VERSION_UNIX_SOCKETS
#endif
+#if defined(USE_LIBPSL)
+ | CURL_VERSION_PSL
+#endif
,
NULL, /* ssl_version */
0, /* ssl_version_num, this is kept at zero */