Skip to content
Snippets Groups Projects
Commit e38105fb authored by Niels Möller's avatar Niels Möller
Browse files

Use const for all tables.

Rev: src/nettle/desCode.h:1.2
parent b9d18b83
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
#include "des.h" #include "des.h"
extern uint32_t des_keymap[]; extern const uint32_t des_keymap[];
extern uint32_t des_bigmap[]; extern const uint32_t des_bigmap[];
/* optional customization: /* optional customization:
* the idea here is to alter the code so it will still run correctly * the idea here is to alter the code so it will still run correctly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment