test: Fix test-crypto-secret when compiling without keyring support
authorJuan Quintela <quintela@redhat.com>
Fri, 14 Apr 2023 11:42:52 +0000 (13:42 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 20 Apr 2023 04:50:11 +0000 (06:50 +0200)
commit9a29e02073e5d032e49fb3af992b6065bd2acd3c
tree1d60aed6799a3c31d59c1caf1edf309f893521eb
parent63cec0506e32467ec94db2973a9459147f081abf
test: Fix test-crypto-secret when compiling without keyring support

Linux keyring support is protected by CONFIG_KEYUTILS.
We also need CONFIG_SECRET_KEYRING.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20230414114252.1136-1-quintela@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/unit/test-crypto-secret.c