Module Name:    src
Committed By:   kamil
Date:           Wed Nov 28 05:19:13 UTC 2018

Modified Files:
        src/sys/sys: md4.h

Log Message:
Define MD4_DIGEST_STRING_LENGTH in <md4.h>

This is a kind of a symbol existing in other implementations and included
in headers for other hash APIs (like MD5).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/sys/md4.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/md4.h
diff -u src/sys/sys/md4.h:1.8 src/sys/sys/md4.h:1.9
--- src/sys/sys/md4.h:1.8	Fri Jul  1 16:43:16 2016
+++ src/sys/sys/md4.h	Wed Nov 28 05:19:13 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: md4.h,v 1.8 2016/07/01 16:43:16 christos Exp $	*/
+/*	$NetBSD: md4.h,v 1.9 2018/11/28 05:19:13 kamil Exp $	*/
 
 /*
  * This file is derived from the RSA Data Security, Inc. MD4 Message-Digest
@@ -36,6 +36,7 @@
 #include <sys/types.h>
 
 #define MD4_DIGEST_LENGTH 16
+#define MD4_DIGEST_STRING_LENGTH 33
 #define MD4_BLOCK_LENGTH 64
 
 /* MD4 context. */

Reply via email to