diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-02-05 08:44:52 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-02-05 08:44:52 +0100 |
| commit | ff54e8b4a758d35f4a1d4e0b0303092e7d96da0e (patch) | |
| tree | 689ac21607d8760fb53f6a97903c1c5976c52896 /src/add_tweakeyloop | |
| parent | 833b24eb5dffcfb675aabbefd2435ed6f6b72bfe (diff) | |
| download | lilliput-ae-implem-ff54e8b4a758d35f4a1d4e0b0303092e7d96da0e.tar.xz | |
Renommage des entêtes de constantes
Aucune idée de pourquoi j'avais insisté pour nommer les deux
"parameters" plutôt que de distinguer les constantes des paramètres.
Peut-être par souci de compatibilité avec FELICS, qui utilise
constants.h.
🤷
Diffstat (limited to 'src/add_tweakeyloop')
| l--------- | src/add_tweakeyloop/constants.h | 1 | ||||
| l--------- | src/add_tweakeyloop/parameters.h | 1 | ||||
| -rw-r--r-- | src/add_tweakeyloop/tweakey.c | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/add_tweakeyloop/constants.h b/src/add_tweakeyloop/constants.h new file mode 120000 index 0000000..67df0f3 --- /dev/null +++ b/src/add_tweakeyloop/constants.h @@ -0,0 +1 @@ +../ref/constants.h
\ No newline at end of file diff --git a/src/add_tweakeyloop/parameters.h b/src/add_tweakeyloop/parameters.h deleted file mode 120000 index 8eff42f..0000000 --- a/src/add_tweakeyloop/parameters.h +++ /dev/null @@ -1 +0,0 @@ -../ref/parameters.h
\ No newline at end of file diff --git a/src/add_tweakeyloop/tweakey.c b/src/add_tweakeyloop/tweakey.c index 54b3036..6b1232e 100644 --- a/src/add_tweakeyloop/tweakey.c +++ b/src/add_tweakeyloop/tweakey.c @@ -1,7 +1,7 @@ #include <stdint.h> #include <string.h> -#include "parameters.h" +#include "constants.h" #include "tweakey.h" |
