Move stroke plugin to the end of PLUGINS list
This fixes the problem of stroke being unable to load the ca certificates on startup.
This commit is contained in:
committed by
Tobias Brunner
parent
41eaaef79b
commit
32b2ea9edb
@@ -32,9 +32,9 @@ PLUGINS = \
|
|||||||
random \
|
random \
|
||||||
sha1 \
|
sha1 \
|
||||||
sha2 \
|
sha2 \
|
||||||
stroke \
|
|
||||||
socket-default \
|
socket-default \
|
||||||
x509
|
x509 \
|
||||||
|
stroke
|
||||||
|
|
||||||
all: build_charon
|
all: build_charon
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user