diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-03-21 16:59:21 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-03-21 16:59:21 +0000 |
commit | c081a9bfe666416ec5d885c065dc1324f65cf353 (patch) | |
tree | 12ed1fc3edd4740ae38560ebb7e85bb612f7ed25 /src/openac | |
parent | 93da2684b6ec153fbdfd19ac0ed41792363a7770 (diff) | |
download | strongswan-c081a9bfe666416ec5d885c065dc1324f65cf353.tar.bz2 strongswan-c081a9bfe666416ec5d885c065dc1324f65cf353.tar.xz |
added ietf group attribute support to attibute certificate factory
Diffstat (limited to 'src/openac')
-rwxr-xr-x | src/openac/openac.c | 1 |
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); |