Skip to content

Commit c3283f9

Browse files
mkannwischerhanno-becker
authored andcommitted
Adjust mentions of config.h->mldsa_native_config.h in comments
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 76c66b5 commit c3283f9

24 files changed

+47
-47
lines changed

examples/custom_backend/mldsa_native/custom_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
* Name: MLD_CONFIG_FILE
6161
*
6262
* Description: If defined, this is a header that will be included instead
63-
* of the default configuration file mldsa/src/config.h.
63+
* of the default configuration file mldsa/mldsa_native_config.h.
6464
*
6565
* When you need to build mldsa-native in multiple configurations,
6666
* using varying MLD_CONFIG_FILE can be more convenient
@@ -73,7 +73,7 @@
7373
*
7474
*****************************************************************************/
7575
/* No need to set this -- we _are_ already in a custom config */
76-
/* #define MLD_CONFIG_FILE "config.h" */
76+
/* #define MLD_CONFIG_FILE "mldsa_native_config.h" */
7777

7878
/******************************************************************************
7979
* Name: MLD_CONFIG_NAMESPACE_PREFIX

examples/monolithic_build/mldsa/config_44.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* Name: MLD_CONFIG_FILE
5757
*
5858
* Description: If defined, this is a header that will be included instead
59-
* of the default configuration file mldsa/src/config.h.
59+
* of the default configuration file mldsa/mldsa_native_config.h.
6060
*
6161
* When you need to build mldsa-native in multiple configurations,
6262
* using varying MLD_CONFIG_FILE can be more convenient
@@ -69,7 +69,7 @@
6969
*
7070
*****************************************************************************/
7171
/* No need to set this -- we _are_ already in a custom config */
72-
/* #define MLD_CONFIG_FILE "config.h" */
72+
/* #define MLD_CONFIG_FILE "mldsa_native_config.h" */
7373

7474
/******************************************************************************
7575
* Name: MLD_CONFIG_NAMESPACE_PREFIX

examples/monolithic_build/mldsa/config_65.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* Name: MLD_CONFIG_FILE
5757
*
5858
* Description: If defined, this is a header that will be included instead
59-
* of the default configuration file mldsa/src/config.h.
59+
* of the default configuration file mldsa/mldsa_native_config.h.
6060
*
6161
* When you need to build mldsa-native in multiple configurations,
6262
* using varying MLD_CONFIG_FILE can be more convenient
@@ -69,7 +69,7 @@
6969
*
7070
*****************************************************************************/
7171
/* No need to set this -- we _are_ already in a custom config */
72-
/* #define MLD_CONFIG_FILE "config.h" */
72+
/* #define MLD_CONFIG_FILE "mldsa_native_config.h" */
7373

7474
/******************************************************************************
7575
* Name: MLD_CONFIG_NAMESPACE_PREFIX

examples/monolithic_build/mldsa/config_87.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* Name: MLD_CONFIG_FILE
5757
*
5858
* Description: If defined, this is a header that will be included instead
59-
* of the default configuration file mldsa/src/config.h.
59+
* of the default configuration file mldsa/mldsa_native_config.h.
6060
*
6161
* When you need to build mldsa-native in multiple configurations,
6262
* using varying MLD_CONFIG_FILE can be more convenient
@@ -69,7 +69,7 @@
6969
*
7070
*****************************************************************************/
7171
/* No need to set this -- we _are_ already in a custom config */
72-
/* #define MLD_CONFIG_FILE "config.h" */
72+
/* #define MLD_CONFIG_FILE "mldsa_native_config.h" */
7373

7474
/******************************************************************************
7575
* Name: MLD_CONFIG_NAMESPACE_PREFIX

examples/monolithic_build_multilevel/mldsa/multilevel_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
* Name: MLD_CONFIG_FILE
5858
*
5959
* Description: If defined, this is a header that will be included instead
60-
* of the default configuration file mldsa/src/config.h.
60+
* of the default configuration file mldsa/mldsa_native_config.h.
6161
*
6262
* When you need to build mldsa-native in multiple configurations,
6363
* using varying MLD_CONFIG_FILE can be more convenient
@@ -70,7 +70,7 @@
7070
*
7171
*****************************************************************************/
7272
/* No need to set this -- we _are_ already in a custom config */
73-
/* #define MLD_CONFIG_FILE "config.h" */
73+
/* #define MLD_CONFIG_FILE "mldsa_native_config.h" */
7474

7575
/******************************************************************************
7676
* Name: MLD_CONFIG_NAMESPACE_PREFIX

examples/monolithic_build_multilevel_native/mldsa/multilevel_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
* Name: MLD_CONFIG_FILE
6262
*
6363
* Description: If defined, this is a header that will be included instead
64-
* of the default configuration file mldsa/src/config.h.
64+
* of the default configuration file mldsa/mldsa_native_config.h.
6565
*
6666
* When you need to build mldsa-native in multiple configurations,
6767
* using varying MLD_CONFIG_FILE can be more convenient
@@ -74,7 +74,7 @@
7474
*
7575
*****************************************************************************/
7676
/* No need to set this -- we _are_ already in a custom config */
77-
/* #define MLD_CONFIG_FILE "config.h" */
77+
/* #define MLD_CONFIG_FILE "mldsa_native_config.h" */
7878

7979
/******************************************************************************
8080
* Name: MLD_CONFIG_NAMESPACE_PREFIX

examples/monolithic_build_native/mldsa/config_44.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* Name: MLD_CONFIG_FILE
5959
*
6060
* Description: If defined, this is a header that will be included instead
61-
* of the default configuration file mldsa/src/config.h.
61+
* of the default configuration file mldsa/mldsa_native_config.h.
6262
*
6363
* When you need to build mldsa-native in multiple configurations,
6464
* using varying MLD_CONFIG_FILE can be more convenient
@@ -71,7 +71,7 @@
7171
*
7272
*****************************************************************************/
7373
/* No need to set this -- we _are_ already in a custom config */
74-
/* #define MLD_CONFIG_FILE "config.h" */
74+
/* #define MLD_CONFIG_FILE "mldsa_native_config.h" */
7575

7676
/******************************************************************************
7777
* Name: MLD_CONFIG_NAMESPACE_PREFIX

examples/monolithic_build_native/mldsa/config_65.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* Name: MLD_CONFIG_FILE
5959
*
6060
* Description: If defined, this is a header that will be included instead
61-
* of the default configuration file mldsa/src/config.h.
61+
* of the default configuration file mldsa/mldsa_native_config.h.
6262
*
6363
* When you need to build mldsa-native in multiple configurations,
6464
* using varying MLD_CONFIG_FILE can be more convenient
@@ -71,7 +71,7 @@
7171
*
7272
*****************************************************************************/
7373
/* No need to set this -- we _are_ already in a custom config */
74-
/* #define MLD_CONFIG_FILE "config.h" */
74+
/* #define MLD_CONFIG_FILE "mldsa_native_config.h" */
7575

7676
/******************************************************************************
7777
* Name: MLD_CONFIG_NAMESPACE_PREFIX

examples/monolithic_build_native/mldsa/config_87.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* Name: MLD_CONFIG_FILE
5959
*
6060
* Description: If defined, this is a header that will be included instead
61-
* of the default configuration file mldsa/src/config.h.
61+
* of the default configuration file mldsa/mldsa_native_config.h.
6262
*
6363
* When you need to build mldsa-native in multiple configurations,
6464
* using varying MLD_CONFIG_FILE can be more convenient
@@ -71,7 +71,7 @@
7171
*
7272
*****************************************************************************/
7373
/* No need to set this -- we _are_ already in a custom config */
74-
/* #define MLD_CONFIG_FILE "config.h" */
74+
/* #define MLD_CONFIG_FILE "mldsa_native_config.h" */
7575

7676
/******************************************************************************
7777
* Name: MLD_CONFIG_NAMESPACE_PREFIX

mldsa/mldsa_native_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* Name: MLD_CONFIG_FILE
4242
*
4343
* Description: If defined, this is a header that will be included instead
44-
* of the default configuration file mldsa/src/config.h.
44+
* of the default configuration file mldsa/mldsa_native_config.h.
4545
*
4646
* When you need to build mldsa-native in multiple configurations,
4747
* using varying MLD_CONFIG_FILE can be more convenient
@@ -53,7 +53,7 @@
5353
* on the command line.
5454
*
5555
*****************************************************************************/
56-
/* #define MLD_CONFIG_FILE "config.h" */
56+
/* #define MLD_CONFIG_FILE "mldsa_native_config.h" */
5757

5858
/******************************************************************************
5959
* Name: MLD_CONFIG_NAMESPACE_PREFIX

0 commit comments

Comments
 (0)