testing: Disable gcrypt plugin for swanctl
Sometimes swanctl hangs when initializing the plugin and it apparently gathers entropy.
This commit is contained in:
@@ -19,4 +19,13 @@ charon {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
swanctl {
|
||||||
|
plugins {
|
||||||
|
# disabled because of entropy issues
|
||||||
|
gcrypt {
|
||||||
|
load = no
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
include strongswan.conf
|
include strongswan.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user