The unified diff between revisions [1626dca9..] and [a1c3f430..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'md4.c'

#
#
# patch "md4.c"
#  from [850599f3a17573e4a2e9c3c69122df74b1d8515f]
#    to [834f4fe24b63861b8787897b033d4f124c064dd4]
#
============================================================
--- md4.c	850599f3a17573e4a2e9c3c69122df74b1d8515f
+++ md4.c	834f4fe24b63861b8787897b033d4f124c064dd4
@@ -19,6 +19,11 @@ const struct _hash_descriptor md4_desc =
     6,
     16,
     64,
+
+    /* DER encoding (not yet supported) */
+    { 0x00 },
+    0,
+
     &md4_init,
     &md4_process,
     &md4_done,