diff options
author | Reto Buerki <reet@codelabs.ch> | 2013-01-23 13:43:07 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-03-19 15:23:50 +0100 |
commit | 32b2ea9edb0609eee138f803439ba2b2d5ba9228 (patch) | |
tree | c75944bdc938d5a4b61ab6741a9bf2df03743066 /src/charon-tkm | |
parent | 41eaaef79bda9ecf8668444432100d414331c229 (diff) | |
download | strongswan-32b2ea9edb0609eee138f803439ba2b2d5ba9228.tar.bz2 strongswan-32b2ea9edb0609eee138f803439ba2b2d5ba9228.tar.xz |
Move stroke plugin to the end of PLUGINS list
This fixes the problem of stroke being unable to load the ca
certificates on startup.
Diffstat (limited to 'src/charon-tkm')
-rw-r--r-- | src/charon-tkm/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon-tkm/Makefile.am b/src/charon-tkm/Makefile.am index 10e161dcf..62731afb1 100644 --- a/src/charon-tkm/Makefile.am +++ b/src/charon-tkm/Makefile.am @@ -32,9 +32,9 @@ PLUGINS = \ random \ sha1 \ sha2 \ - stroke \ socket-default \ - x509 + x509 \ + stroke all: build_charon |