Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian Smith
nettle
Commits
e38105fb
Commit
e38105fb
authored
23 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
desCode.h
+2
-2
2 additions, 2 deletions
desCode.h
with
2 additions
and
2 deletions
desCode.h
+
2
−
2
View file @
e38105fb
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment