gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 92/150: curl --version: show PSL if the run-time li


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 92/150: curl --version: show PSL if the run-time lib has it enabled
Date: Fri, 30 Mar 2018 16:49:06 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit f8e8028b0fc22e29a6feebef591e97b2d8c0b26a
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sun Feb 18 23:09:24 2018 +0100

    curl --version: show PSL if the run-time lib has it enabled
    
    ... not of the #define was set at build-time!
---
 src/tool_help.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/tool_help.c b/src/tool_help.c
index 70b2e8a1b..751b43aca 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -507,7 +507,8 @@ static const struct feat feats[] = {
   {"HTTP2",          CURL_VERSION_HTTP2},
   {"UnixSockets",    CURL_VERSION_UNIX_SOCKETS},
   {"HTTPS-proxy",    CURL_VERSION_HTTPS_PROXY},
-  {"MultiSSL",       CURL_VERSION_MULTI_SSL}
+  {"MultiSSL",       CURL_VERSION_MULTI_SSL},
+  {"PSL",            CURL_VERSION_PSL},
 };
 
 void tool_help(void)
@@ -551,9 +552,6 @@ void tool_version_info(void)
 #ifdef USE_METALINK
     printf("Metalink ");
 #endif
-#ifdef USE_LIBPSL
-    printf("PSL ");
-#endif
     puts(""); /* newline */
   }
 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]