The unified diff between revisions [47be11e3..] and [a9e517d7..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'src/hashes/md5.c'

#
#
# patch "src/hashes/md5.c"
#  from [f6e422f7f081c8fa0c337ea2ffc61683ee9b1e09]
#    to [e80689df83c9bd087ba1b23c0784a93d931f2856]
#
============================================================
--- src/hashes/md5.c	f6e422f7f081c8fa0c337ea2ffc61683ee9b1e09
+++ src/hashes/md5.c	e80689df83c9bd087ba1b23c0784a93d931f2856
@@ -26,13 +26,10 @@ const struct ltc_hash_descriptor md5_des
     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,