From a68cecf9a9df35aa5c7fd6b2d7a1f5c796f69601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 27 May 2005 13:50:05 +0000 Subject: [PATCH] (cipher3): used unsigned char to avoid problems with platforms using "signed char" git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15248 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/rctest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/des/rctest.c b/lib/des/rctest.c index 5b301b9a8..7d433d954 100644 --- a/lib/des/rctest.c +++ b/lib/des/rctest.c @@ -100,7 +100,7 @@ static unsigned char key3[16] = { 0x29, 0x04, 0x19, 0x72, 0xfb, 0x42, 0xba, 0x5f, 0xc7, 0x12, 0x77, 0x12, 0xf1, 0x38, 0x29, 0xc9 }; -const char cipher3[] = +const unsigned char cipher3[] = { 0x35, 0x81, 0x86, 0x99, 0x90, 0x01, 0xe6, 0xb5, 0xda, 0xf0, 0x5e, 0xce, 0xeb, 0x7e, 0xee, 0x21, 0xe0, 0x68, 0x9c, 0x1f, 0x00, 0xee, 0xa8, 0x1f,