diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2016-07-16 15:19:53 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2016-07-16 15:19:53 +0200 |
commit | a4ab9f7f145c94a5eeb950b92b95c3d362baee67 (patch) | |
tree | b3490a4d2054b18dd1549416216557c8114329aa /config.h.in | |
parent | 7c6a8194526dc1035140a3157a07b2d9dbfedc59 (diff) | |
parent | bf372706c469764d59e9f29c39e3ecbebd72b8d2 (diff) | |
download | vyos-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.in | 8 |
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 |