]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Changed error messages (jdassen@wi.leidenuniv.nl).
authorJ.H.M. Dassen <jdassen@wi.leidenuniv.nl>
Mon, 14 Dec 1998 23:11:28 +0000 (00:11 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 14 Dec 1998 23:11:28 +0000 (00:11 +0100)
Rev: src/symmetric/include/crypto_types.h:1.4

include/crypto_types.h

index f30da6ec46acfba4b3ae09f5c2ee1a3e18d867a5..c0212b46036727fade986d92050301b9bd50ab7a 100644 (file)
@@ -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