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
Brian Smith
nettle
Commits
88f0f87c
Commit
88f0f87c
authored
Dec 15, 1998
by
J.H.M. Dassen
Committed by
Niels Möller
Dec 15, 1998
Browse files
Changed error messages (jdassen@wi.leidenuniv.nl).
Rev: src/symmetric/include/crypto_types.h:1.4
parent
16dfe6c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/crypto_types.h
View file @
88f0f87c
...
...
@@ -24,7 +24,7 @@
# elif SIZEOF_LONG >= 4
# define UINT32 unsigned long
# else
# error
Ledsen error
# error
No suitable type found to use for UINT32
# endif
/* UINT32 */
# if SIZEOF_SHORT >= 2
...
...
@@ -32,7 +32,7 @@
# elif SIZEOF_INT >= 2
# define UINT16 unsigned int
# else
# error
Ledsen error
# error
No suitable type found to use for UINT16
# endif
/* UINT16 */
# define UINT8 unsigned char
...
...
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