diff -Naur nssha1-0.1/nssha1.c nssha1-0.1-patched/nssha1.c --- nssha1-0.1/nssha1.c 2003-03-02 14:52:19.000000000 -0600 +++ nssha1-0.1-patched/nssha1.c 2003-03-02 14:51:37.000000000 -0600 @@ -136,8 +136,8 @@ return NS_OK; } -typedef unsigned int u_int32_t; -typedef unsigned char u_int8_t; +//typedef unsigned int u_int32_t; +//typedef unsigned char u_int8_t; /*** FROM sha.h: ***/