summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2017-01-18 11:23:40 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2017-01-18 11:23:40 +0000
commit0cb90439460f3dccb76138df4bc3cd3f9ac38d61 (patch)
tree6621df51b40793e1ef0ea4ba9581307faeb104be
parentf2b52d0618dfb424d09c2a5c4c19e068e6d86037 (diff)
downloadneon-0cb90439460f3dccb76138df4bc3cd3f9ac38d61.tar.gz
* src/ne_utils.c: Add PKCS#11 and LFS support to neon version string.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1990 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--src/ne_utils.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ne_utils.c b/src/ne_utils.c
index 5b120c8..a672f40 100644
--- a/src/ne_utils.c
+++ b/src/ne_utils.c
@@ -108,6 +108,9 @@ static const char version_string[] = "neon " NEON_VERSION ": "
#ifdef NE_HAVE_SOCKS
", SOCKSv5"
#endif
+#ifdef NE_HAVE_LFS
+ ", LFS"
+#endif
#ifdef HAVE_OPENSSL
#ifdef OPENSSL_VERSION_TEXT
", " OPENSSL_VERSION_TEXT
@@ -121,6 +124,9 @@ static const char version_string[] = "neon " NEON_VERSION ": "
#ifdef HAVE_SSPI
", SSPI"
#endif /* HAVE_SSPI */
+#ifdef HAVE_PAKCHOIS
+ ", PKCS#11"
+#endif
"."
;