X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..de237d4dc2cafee55bd50a15fbeb2d7a880a87cf:/h/md5.h diff --git a/h/md5.h b/h/md5.h index 9e3a5c93..32b8ff88 100644 --- a/h/md5.h +++ b/h/md5.h @@ -1,5 +1,4 @@ -/* - * md5.h -- header file for md5 message digest +/* md5.h -- header file for md5 message digest * taken from RFC-1321/Appendices A.1/A.2 */ @@ -37,9 +36,6 @@ /* POINTER defines a generic pointer type */ typedef unsigned char *POINTER; -/* UINT2 defines a two byte word */ -typedef unsigned short int UINT2; - /* UINT4 defines a four byte word */ typedef uint32_t UINT4;