Re: [PATCH v3] test: Fix test-crypto-secret when compiling without keyring support

2023-04-18 Thread Daniel P . Berrangé
On Fri, Apr 14, 2023 at 01:42:52PM +0200, Juan Quintela wrote: > Linux keyring support is protected by CONFIG_KEYUTILS. > We also need CONFIG_SECRET_KEYRING. > > Signed-off-by: Juan Quintela > > --- > > - Previous version of this patch changed the meson build rules. > Daniel told me that the

[PATCH v3] test: Fix test-crypto-secret when compiling without keyring support

2023-04-14 Thread Juan Quintela
Linux keyring support is protected by CONFIG_KEYUTILS. We also need CONFIG_SECRET_KEYRING. Signed-off-by: Juan Quintela --- - Previous version of this patch changed the meson build rules. Daniel told me that the proper fix was to change the #ifdef test. - Change rule again. We need both