Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
e38105fb
Commit
e38105fb
authored
Jan 14, 2002
by
Niels Möller
Browse files
Use const for all tables.
Rev: src/nettle/desCode.h:1.2
parent
b9d18b83
Changes
1
Hide whitespace changes
Inline
Side-by-side
desCode.h
View file @
e38105fb
...
...
@@ -9,8 +9,8 @@
#include
"des.h"
extern
uint32_t
des_keymap
[];
extern
uint32_t
des_bigmap
[];
extern
const
uint32_t
des_keymap
[];
extern
const
uint32_t
des_bigmap
[];
/* optional customization:
* the idea here is to alter the code so it will still run correctly
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment