testing: Disable gcrypt plugin for swanctl

Sometimes swanctl hangs when initializing the plugin and it apparently
gathers entropy.
This commit is contained in:
Tobias Brunner
2019-03-28 18:16:56 +01:00
parent d49ad922c1
commit 35b82000f1
@@ -19,4 +19,13 @@ charon {
}
}
swanctl {
plugins {
# disabled because of entropy issues
gcrypt {
load = no
}
}
}
include strongswan.conf