comparison md5.c @ 147:c2b93763dac9 libtomcrypt

Fixes for it to compile and work nicely with Dropbear. In particular, OS X's 'ar' doesn't seem to like arrays which don't have initialising values.
author Matt Johnston <matt@ucc.asn.au>
date Sun, 19 Dec 2004 16:23:32 +0000
parents 5d99163f7e32
children
comparison
equal deleted inserted replaced
144:7ed585a2c53b 147:c2b93763dac9
21 3, 21 3,
22 16, 22 16,
23 64, 23 64,
24 24
25 /* DER identifier */ 25 /* DER identifier */
26 #if 0
27 /* matt */
26 { 0x30, 0x20, 0x30, 0x0C, 0x06, 0x08, 0x2A, 0x86, 28 { 0x30, 0x20, 0x30, 0x0C, 0x06, 0x08, 0x2A, 0x86,
27 0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05, 0x05, 0x00, 29 0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05, 0x05, 0x00,
28 0x04, 0x10 }, 30 0x04, 0x10 },
29 18, 31 18,
32 #endif
30 33
31 &md5_init, 34 &md5_init,
32 &md5_process, 35 &md5_process,
33 &md5_done, 36 &md5_done,
34 &md5_test 37 &md5_test