summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2016-07-16 15:19:53 +0200
committerYves-Alexis Perez <corsac@debian.org>2016-07-16 15:19:53 +0200
commita4ab9f7f145c94a5eeb950b92b95c3d362baee67 (patch)
treeb3490a4d2054b18dd1549416216557c8114329aa /config.h.in
parent7c6a8194526dc1035140a3157a07b2d9dbfedc59 (diff)
parentbf372706c469764d59e9f29c39e3ecbebd72b8d2 (diff)
downloadvyos-strongswan-a4ab9f7f145c94a5eeb950b92b95c3d362baee67.tar.gz
vyos-strongswan-a4ab9f7f145c94a5eeb950b92b95c3d362baee67.zip
Merge tag 'upstream/5.5.0'
Upstream version 5.5.0
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 02528e733..1e513da30 100644
--- a/config.h.in
+++ b/config.h.in
@@ -272,8 +272,7 @@
/* username to run daemon with */
#undef IPSEC_USER
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* mediation extension support */
@@ -317,9 +316,12 @@
/* Define to 1 if strerror_r returns char *. */
#undef STRERROR_R_CHAR_P
-/* use TrouSerS library libtspi as TSS implementation */
+/* use TrouSerS library libtspi */
#undef TSS_TROUSERS
+/* use TSS 2.0 library libtss2 */
+#undef TSS_TSS2
+
/* using builtin printf for printf hooks */
#undef USE_BUILTIN_PRINTF