Skip to content
Snippets Groups Projects
Commit 88f0f87c authored by J.H.M. Dassen's avatar J.H.M. Dassen Committed by Niels Möller
Browse files

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
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment