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/sha1.c'
#
#
# patch "src/hashes/sha1.c"
# from [11d80424b8c7ba077b6b5d8d11f21090012f49be]
# to [928cfd671d995ed512e398a050c8cd21c69a3de8]
#
============================================================
--- src/hashes/sha1.c 11d80424b8c7ba077b6b5d8d11f21090012f49be
+++ src/hashes/sha1.c 928cfd671d995ed512e398a050c8cd21c69a3de8
@@ -25,13 +25,9 @@ const struct ltc_hash_descriptor sha1_de
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,