diff src/hashes/sha1.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/sha1.c	Sun May 08 06:36:47 2005 +0000
+++ b/src/hashes/sha1.c	Mon May 09 09:33:00 2005 +0000
@@ -25,13 +25,9 @@
     20,
     64,
 
-#if 0
-	/* matt */
-    /* DER identifier */
     { 0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 
       0x03, 0x02, 0x1A, 0x05, 0x00, 0x04, 0x14 },
     15,
-#endif
 
     &sha1_init,
     &sha1_process,