mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
test-vectors: Add a soft dependency on DRBG used for KEM tests
Depending on the loaded plugins, it's not necessary. So it's not a hard dependency.
This commit is contained in:
parent
e12540025d
commit
31c44a758f
@ -161,6 +161,7 @@ METHOD(plugin_t, get_features, int,
|
||||
static plugin_feature_t f[] = {
|
||||
PLUGIN_NOOP,
|
||||
PLUGIN_PROVIDE(CUSTOM, "test-vectors"),
|
||||
PLUGIN_SDEPEND(DRBG, DRBG_CTR_AES256),
|
||||
};
|
||||
*features = f;
|
||||
return countof(f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user