File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.github/actions/config-variations Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ runs:
129129 with :
130130 gh_token : ${{ inputs.gh_token }}
131131 compile_mode : native
132- cflags : " -std=c11 -D_GNU_SOURCE -DMLD_CONFIG_FILE=\\\\\\\" ../test/serial_fips202_config.h\\\\\\\" -fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all"
132+ cflags : " -std=c11 -D_GNU_SOURCE -DMLD_CONFIG_FILE=\\\\\\\" ../../ test/serial_fips202_config.h\\\\\\\" -fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all"
133133 ldflags : " -fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all"
134134 func : true
135135 kat : true
Original file line number Diff line number Diff line change 103103 * Name: MLD_CONFIG_FILE
104104 *
105105 * Description: If defined, this is a header that will be included instead
106- * of this default configuration file mldsa/config.h.
106+ * of the default configuration file mldsa/src /config.h.
107107 *
108108 * When you need to build mldsa-native in multiple configurations,
109109 * using varying MLD_CONFIG_FILE can be more convenient
163163 * with mldsa-native.
164164 *
165165 * If set, it must be the name of a file serving as the
166- * replacement for mldsa/fips202/fips202.h, and exposing
166+ * replacement for mldsa/src/ fips202/fips202.h, and exposing
167167 * the same API (see FIPS202.md).
168168 *
169169 *****************************************************************************/
179179 * with mldsa-native.
180180 *
181181 * If set, it must be the name of a file serving as the
182- * replacement for mldsa/fips202/fips202x4.h, and exposing
182+ * replacement for mldsa/src/ fips202/fips202x4.h, and exposing
183183 * the same API (see FIPS202.md).
184184 *
185185 *****************************************************************************/
You can’t perform that action at this time.
0 commit comments