We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1780af8 commit db475c1Copy full SHA for db475c1
mldsa/src/common.h
@@ -95,7 +95,7 @@
95
* all source files are included, even those that are not needed.
96
* Those files are appropriately guarded and will be empty when unneeded.
97
* The following is to avoid compilers complaining about this. */
98
-#define MLD_EMPTY_CU(s) extern int MLD_NAMESPACE(empty_cu_##s);
+#define MLD_EMPTY_CU(s) extern int MLD_NAMESPACE_KL(empty_cu_##s);
99
100
#if defined(MLD_CONFIG_USE_NATIVE_BACKEND_FIPS202)
101
#include MLD_CONFIG_FIPS202_BACKEND_FILE
0 commit comments