From 32b2ea9edb0609eee138f803439ba2b2d5ba9228 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Wed, 23 Jan 2013 13:43:07 +0100 Subject: [PATCH] Move stroke plugin to the end of PLUGINS list This fixes the problem of stroke being unable to load the ca certificates on startup. --- src/charon-tkm/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/charon-tkm/Makefile.am b/src/charon-tkm/Makefile.am index 10e161dcf7..62731afb11 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 -- 2.47.2