less warnings

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@894 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-10-26 21:41:16 +00:00
parent 3e317bb818
commit aaafb2bf9c
30 changed files with 149 additions and 82 deletions

View File

@@ -51,7 +51,7 @@ int
md4_tests ()
{
struct test {
char *str;
unsigned char *str;
unsigned char hash[16];
} tests[] = {
{"",
@@ -93,7 +93,7 @@ int
md5_tests ()
{
struct test {
char *str;
unsigned char *str;
unsigned char hash[16];
} tests[] = {
{"", {0xd4, 0x1d, 0x8c, 0xd9, 0x8f, 0x00, 0xb2, 0x04, 0xe9, 0x80, 0x09, 0x98, 0xec, 0xf8, 0x42, 0x7e}},
@@ -127,7 +127,7 @@ int
sha_tests ()
{
struct test {
char *str;
unsigned char *str;
unsigned char hash[20];
} tests[] = {
{"abc", {0xA9, 0x99, 0x3E, 0x36, 0x47, 0x06, 0x81, 0x6A,