X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=md5.c;h=0ce120004490026b46beb0d1966cf00e15632dd5;hp=043c9c1b37efe420bb015a9eda00fbd5a21e34f8;hb=59938e0ed0c8ac267c3715a25a0a3ed27f7a7e47;hpb=4f5e39ecfaa49376b0a5c3a4c384e91a828c1105 diff --git a/md5.c b/md5.c index 043c9c1..0ce1200 100644 --- a/md5.c +++ b/md5.c @@ -267,12 +267,11 @@ struct md5 { struct hash_if ops; }; -init_module md5_module; void md5_module(dict_t *dict) { struct md5 *st; void *ctx; - string_t testinput="12345\n"; + cstring_t testinput="12345\n"; uint8_t expected[16]= {0xd5,0x77,0x27,0x3f,0xf8,0x85,0xc3,0xf8, 0x4d,0xad,0xb8,0x57,0x8b,0xb4,0x13,0x99};