From fca717aba18850d2e32a069905f03314cd836c17 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Thu, 2 Jul 2026 08:09:16 +0200 Subject: irmd: Move AUTH test macros to OAP common.h The ML-DSA OAP test defined CLI_AUTH/NO_CLI_AUTH and passed them for the srv_auth parameters of the re-key tests. Rename to the neutral AUTH/NO_AUTH already used by oap_test.c and move the pair to the shared common.h. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/irmd/oap/tests/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/irmd/oap/tests/common.h') diff --git a/src/irmd/oap/tests/common.h b/src/irmd/oap/tests/common.h index 5e32bff0..7aead07a 100644 --- a/src/irmd/oap/tests/common.h +++ b/src/irmd/oap/tests/common.h @@ -30,6 +30,9 @@ #include +#define AUTH true +#define NO_AUTH false + /* Per-side security configuration for tests */ struct test_sec_cfg { int kex; /* KEX algorithm NID */ -- cgit v1.2.3