From: J.H.M. Dassen Date: Mon, 14 Dec 1998 23:11:28 +0000 (+0100) Subject: Changed error messages (jdassen@wi.leidenuniv.nl). X-Git-Tag: des_and_blowfish_compiles_19981216~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f0f87c96249eafe87330971b065b642e6a93e2;p=thirdparty%2Fnettle.git Changed error messages (jdassen@wi.leidenuniv.nl). Rev: src/symmetric/include/crypto_types.h:1.4 --- 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