Module Name: src
Committed By: christos
Date: Fri Jul 1 16:42:46 UTC 2016
Modified Files:
src/include: md2.h
Log Message:
define block length
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/include/md2.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/md2.h
diff -u src/include/md2.h:1.6 src/include/md2.h:1.7
--- src/include/md2.h:1.6 Mon Dec 26 14:01:47 2005
+++ src/include/md2.h Fri Jul 1 12:42:46 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: md2.h,v 1.6 2005/12/26 19:01:47 perry Exp $ */
+/* $NetBSD: md2.h,v 1.7 2016/07/01 16:42:46 christos Exp $ */
#ifndef _MD2_H_
#define _MD2_H_
@@ -8,6 +8,7 @@
#define MD2_DIGEST_LENGTH 16
#define MD2_DIGEST_STRING_LENGTH 33
+#define MD2_BLOCK_LENGTH 16
/* MD2 context. */
typedef struct MD2Context {