From 88f0f87c96249eafe87330971b065b642e6a93e2 Mon Sep 17 00:00:00 2001 From: "J.H.M. Dassen" <jdassen@wi.leidenuniv.nl> Date: Tue, 15 Dec 1998 00:11:28 +0100 Subject: [PATCH] Changed error messages (jdassen@wi.leidenuniv.nl). Rev: src/symmetric/include/crypto_types.h:1.4 --- include/crypto_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/crypto_types.h b/include/crypto_types.h index f30da6ec..c0212b46 100644 --- a/include/crypto_types.h +++ b/include/crypto_types.h @@ -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 -- GitLab