diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-08-15 23:26:00 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-08-15 23:34:23 +0200 |
commit | b38d9d5a54865df8b75153310e1ce460be2b47ee (patch) | |
tree | 2f583167d43d166c633c2a3cc1ad8977b232ed7c /testing/scripts | |
parent | 0bd29a438ec57178fb660b203c66d08289e6e0c9 (diff) | |
download | strongswan-b38d9d5a54865df8b75153310e1ce460be2b47ee.tar.bz2 strongswan-b38d9d5a54865df8b75153310e1ce460be2b47ee.tar.xz |
Implemented SWID prototype IMC/IMV pair
Diffstat (limited to 'testing/scripts')
-rw-r--r-- | testing/scripts/recipes/013_strongswan.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk index 6240d4228..efa4a77e3 100644 --- a/testing/scripts/recipes/013_strongswan.mk +++ b/testing/scripts/recipes/013_strongswan.mk @@ -43,6 +43,8 @@ CONFIG_OPTS = \ --enable-imv-os \ --enable-imc-attestation \ --enable-imv-attestation \ + --enable-imc-swid \ + --enable-imv-swid \ --enable-sql \ --enable-sqlite \ --enable-attr-sql \ |