aboutsummaryrefslogtreecommitdiffstats
path: root/src/openac
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-03-21 16:59:21 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-03-21 16:59:21 +0000
commitc081a9bfe666416ec5d885c065dc1324f65cf353 (patch)
tree12ed1fc3edd4740ae38560ebb7e85bb612f7ed25 /src/openac
parent93da2684b6ec153fbdfd19ac0ed41792363a7770 (diff)
downloadstrongswan-c081a9bfe666416ec5d885c065dc1324f65cf353.tar.bz2
strongswan-c081a9bfe666416ec5d885c065dc1324f65cf353.tar.xz
added ietf group attribute support to attibute certificate factory
Diffstat (limited to 'src/openac')
-rwxr-xr-xsrc/openac/openac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openac/openac.c b/src/openac/openac.c
index 7ce8e06bf..abfa95b01 100755
--- a/src/openac/openac.c
+++ b/src/openac/openac.c
@@ -572,6 +572,7 @@ int main(int argc, char **argv)
BUILD_NOT_BEFORE_TIME, notBefore,
BUILD_NOT_AFTER_TIME, notAfter,
BUILD_SERIAL, serial,
+ BUILD_IETF_GROUP_ATTR, groups,
BUILD_SIGNING_CERT, signer_cert,
BUILD_SIGNING_KEY, signer_key,
BUILD_END);