summaryrefslogtreecommitdiff
path: root/net/tac_plus4/files/patch-md5.h
blob: 948cd3e38a036d71d1cb1c54f9d2bb7e0dd3d6ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;