$NetBSD$

--- crypt/md5.h.orig	Wed May 26 12:22:50 1999
+++ crypt/md5.h	Wed May 26 12:23:43 1999
@@ -19,6 +19,9 @@
 
 #define _MD5_DEFINED
 
+/* avoid rsaref md5.h */
+#define _MD5_H_
+
 #include "defs.h"
 
 /****************************************************************************
@@ -41,8 +44,8 @@
 /* The structure for storing MD5 info */
 
 typedef struct {
-			   LONG i[ 2 ];			/* Number of bits handled mod 2^64 */
 			   LONG buf[ 4 ];		/* Scratch buffer */
+			   LONG i[ 2 ];			/* Number of bits handled mod 2^64 */
 			   BYTE in[ MD5_BLOCKSIZE ];	/* Input buffer */
 			   BYTE digest[ 16 ];	/* Actual digest after MD5Final() call */
 			   } MD5_CTX;
