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
Snippets
Deploy
Releases
Container Registry
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
Dmitry Baryshkov
nettle
Commits
05a0279a
Commit
05a0279a
authored
14 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Comment fix.
Rev: nettle/des-compat.h:1.2
parent
3c2b83bf
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
des-compat.h
+1
-1
1 addition, 1 deletion
des-compat.h
with
1 addition
and
1 deletion
des-compat.h
+
1
−
1
View file @
05a0279a
...
@@ -75,7 +75,7 @@ typedef uint8_t des_cblock[DES_BLOCK_SIZE];
...
@@ -75,7 +75,7 @@ typedef uint8_t des_cblock[DES_BLOCK_SIZE];
foo(const_des_cblock src, des_cblock dst), letting argument arrays
foo(const_des_cblock src, des_cblock dst), letting argument arrays
"decay" into pointers of type uint8_t * and const uint8_t *.
"decay" into pointers of type uint8_t * and const uint8_t *.
But since openssl's prototypes use *pointers const_des_cblock *src,
But since openssl's prototypes use *pointers
*
const_des_cblock *src,
des_cblock *dst, this ends up in type conflicts, and the workaround
des_cblock *dst, this ends up in type conflicts, and the workaround
is to not use const at all.
is to not use const at all.
*/
*/
...
...
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