diff src/hashes/md5.c @ 195:19e5d79b7190 libtomcrypt

Cleanup of import of LTC 1.02, still problematic for Dropbear
author Matt Johnston <matt@ucc.asn.au>
date Mon, 09 May 2005 09:33:00 +0000
parents 9cc34777b479
children 4768b55c5240
line wrap: on
line diff
--- a/src/hashes/md5.c	Sun May 08 06:36:47 2005 +0000
+++ b/src/hashes/md5.c	Mon May 09 09:33:00 2005 +0000
@@ -26,13 +26,10 @@
     64,
 
     /* DER identifier */
-#if 0
-	/* matt */
     { 0x30, 0x20, 0x30, 0x0C, 0x06, 0x08, 0x2A, 0x86, 
       0x48, 0x86, 0xF7, 0x0D, 0x02, 0x05, 0x05, 0x00, 
       0x04, 0x10 },
     18,
-#endif
 
     &md5_init,
     &md5_process,