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
88f0f87c
Commit
88f0f87c
authored
26 years ago
by
J.H.M. Dassen
Committed by
Niels Möller
26 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Changed error messages (jdassen@wi.leidenuniv.nl).
Rev: src/symmetric/include/crypto_types.h:1.4
parent
16dfe6c2
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
include/crypto_types.h
+2
-2
2 additions, 2 deletions
include/crypto_types.h
with
2 additions
and
2 deletions
include/crypto_types.h
+
2
−
2
View file @
88f0f87c
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
# elif SIZEOF_LONG >= 4
# elif SIZEOF_LONG >= 4
# define UINT32 unsigned long
# define UINT32 unsigned long
# else
# else
# error
Ledsen error
# error
No suitable type found to use for UINT32
# endif
/* UINT32 */
# endif
/* UINT32 */
# if SIZEOF_SHORT >= 2
# if SIZEOF_SHORT >= 2
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
# elif SIZEOF_INT >= 2
# elif SIZEOF_INT >= 2
# define UINT16 unsigned int
# define UINT16 unsigned int
# else
# else
# error
Ledsen error
# error
No suitable type found to use for UINT16
# endif
/* UINT16 */
# endif
/* UINT16 */
# define UINT8 unsigned char
# define UINT8 unsigned char
...
...
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