diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-12-04 04:36:39 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-12-04 04:36:39 +0000 |
commit | cf628172867d8ebce30af7e6584a6ef4205cd0db (patch) | |
tree | 13345aeaa962a8f29f4b4bf6aa7fc79279b6499a /testing/tests/ikev1 | |
parent | 9c674e7214c010c972f2afe169922b0217590c14 (diff) | |
download | strongswan-cf628172867d8ebce30af7e6584a6ef4205cd0db.tar.bz2 strongswan-cf628172867d8ebce30af7e6584a6ef4205cd0db.tar.xz |
load openac plugins explicitly
Diffstat (limited to 'testing/tests/ikev1')
-rw-r--r-- | testing/tests/ikev1/attr-cert/hosts/moon/etc/strongswan.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/tests/ikev1/attr-cert/hosts/moon/etc/strongswan.conf b/testing/tests/ikev1/attr-cert/hosts/moon/etc/strongswan.conf new file mode 100644 index 000000000..5a360543c --- /dev/null +++ b/testing/tests/ikev1/attr-cert/hosts/moon/etc/strongswan.conf @@ -0,0 +1,3 @@ +openac { + load = sha1 sha2 md5 gmp random x509 pubkey +} |