From f4d0ca293318e302d697a455b1b95880542e54fd Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Fri, 15 May 2026 12:21:14 +0200 Subject: [PATCH] Fix all_header location. Signed-off-by: Pol Henarejos --- config/mldsa/mldsa_native_all.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/mldsa/mldsa_native_all.h b/config/mldsa/mldsa_native_all.h index 8b9c1cd..a97ba41 100644 --- a/config/mldsa/mldsa_native_all.h +++ b/config/mldsa/mldsa_native_all.h @@ -10,19 +10,19 @@ /* API for MLDSA-44 */ #define MLD_CONFIG_PARAMETER_SET 44 -#include "mldsa_native/mldsa_native.h" +#include "mldsa_native.h" #undef MLD_CONFIG_PARAMETER_SET #undef MLD_H /* API for MLDSA-65 */ #define MLD_CONFIG_PARAMETER_SET 65 -#include "mldsa_native/mldsa_native.h" +#include "mldsa_native.h" #undef MLD_CONFIG_PARAMETER_SET #undef MLD_H /* API for MLDSA-87 */ #define MLD_CONFIG_PARAMETER_SET 87 -#include "mldsa_native/mldsa_native.h" +#include "mldsa_native.h" #undef MLD_CONFIG_PARAMETER_SET #undef MLD_H