diff -U 3 -r ssh-1.2.20-old/rsaref2/source/global.h ssh-1.2.20/rsaref2/source/global.h
--- ssh-1.2.20-old/rsaref2/source/global.h Fri Mar 25 14:01:46 1994
+++ ssh-1.2.20/rsaref2/source/global.h Sat May 3 06:27:51 1997
@@ -23,7 +23,7 @@
typedef unsigned short int UINT2;
/* UINT4 defines a four byte word */
-typedef unsigned long int UINT4;
+typedef unsigned int UINT4;
#ifndef NULL_PTR
#define NULL_PTR ((POINTER)0)