freebsd-ports/net/tac_plus4/files/patch-md5.h
Joe Marcus Clarke 9b6b08e6b4 Fix a problem with authentication not working on 64-bit platforms.
Submitted by:	Ivan Dolezal <Ivan.Dolezal@vsb.cz>
2003-04-05 05:10:37 +00:00

11 lines
289 B
C

--- md5.h.orig Sat Apr 5 00:06:25 2003
+++ md5.h Sat Apr 5 00:05:08 2003
@@ -54,7 +54,7 @@
#if defined(CISCO_MD5_MODS)
/* typedef a 32-bit type */
-typedef unsigned long int UINT4;
+typedef unsigned int UINT4;
/* typedef a generic pointer type */
typedef unsigned char *POINTER;