X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..a3724ed3:/h/md5.h?ds=sidebyside diff --git a/h/md5.h b/h/md5.h index 2e078bc0..32b8ff88 100644 --- a/h/md5.h +++ b/h/md5.h @@ -36,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;