diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-24 16:48:58 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-05-24 16:48:58 +0200 |
commit | 7bb47ea4f342d60d9dea8cefc0e1106df6641be0 (patch) | |
tree | 3fe01f3b59e88d8d9104545bce94c2fbb7883d20 | |
parent | 727a56c633f04b80c062400d2e0e7d70cdeb66a1 (diff) | |
download | strongswan-7bb47ea4f342d60d9dea8cefc0e1106df6641be0.tar.bz2 strongswan-7bb47ea4f342d60d9dea8cefc0e1106df6641be0.tar.xz |
fixed typo
-rw-r--r-- | testing/tests/openssl/rw-cert-ikev1/hosts/dave/etc/strongswan.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/openssl/rw-cert-ikev1/hosts/dave/etc/strongswan.conf b/testing/tests/openssl/rw-cert-ikev1/hosts/dave/etc/strongswan.conf index dead87edf..b914f9a45 100644 --- a/testing/tests/openssl/rw-cert-ikev1/hosts/dave/etc/strongswan.conf +++ b/testing/tests/openssl/rw-cert-ikev1/hosts/dave/etc/strongswan.conf @@ -1,5 +1,5 @@ # /etc/strongswan.conf - strongSwan configuration file pluto { - load = aes des sha1 sha2 md5 gmp random hmac curls + load = aes des sha1 sha2 md5 gmp random hmac curl } |