Skip to content

Commit db475c1

Browse files
committed
Make MLD_EMPTY_CU include a parameter-set-specific namespace
Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent 1780af8 commit db475c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mldsa/src/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
* all source files are included, even those that are not needed.
9696
* Those files are appropriately guarded and will be empty when unneeded.
9797
* The following is to avoid compilers complaining about this. */
98-
#define MLD_EMPTY_CU(s) extern int MLD_NAMESPACE(empty_cu_##s);
98+
#define MLD_EMPTY_CU(s) extern int MLD_NAMESPACE_KL(empty_cu_##s);
9999

100100
#if defined(MLD_CONFIG_USE_NATIVE_BACKEND_FIPS202)
101101
#include MLD_CONFIG_FIPS202_BACKEND_FILE

0 commit comments

Comments
 (0)