summaryrefslogtreecommitdiff
path: root/src/irmd/oap/tests/oap_test.c
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2026-07-02 08:09:16 +0200
committerSander Vrijders <sander@ouroboros.rocks>2026-07-08 11:02:24 +0200
commitfca717aba18850d2e32a069905f03314cd836c17 (patch)
tree56fd8ecf2916cf1a13eff46e87662fe2b91c9478 /src/irmd/oap/tests/oap_test.c
parent08a3828af7416326e8deb84c44da030b64fc5464 (diff)
downloadouroboros-fca717aba18850d2e32a069905f03314cd836c17.tar.gz
ouroboros-fca717aba18850d2e32a069905f03314cd836c17.zip
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 <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/irmd/oap/tests/oap_test.c')
-rw-r--r--src/irmd/oap/tests/oap_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/irmd/oap/tests/oap_test.c b/src/irmd/oap/tests/oap_test.c
index 99c0fffe..145b68c7 100644
--- a/src/irmd/oap/tests/oap_test.c
+++ b/src/irmd/oap/tests/oap_test.c
@@ -54,9 +54,6 @@
#include <openssl/evp.h>
#endif
-#define AUTH true
-#define NO_AUTH false
-
extern const uint16_t kex_supported_nids[];
extern const uint16_t md_supported_nids[];