summaryrefslogtreecommitdiffstats
path: root/libmd5/md5_loc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmd5/md5_loc.h')
-rw-r--r--libmd5/md5_loc.h23
1 files changed, 1 insertions, 22 deletions
diff --git a/libmd5/md5_loc.h b/libmd5/md5_loc.h
index 464e3d1..ef67c02 100644
--- a/libmd5/md5_loc.h
+++ b/libmd5/md5_loc.h
@@ -1,27 +1,6 @@
-/* GLOBAL.H - RSAREF types and constants */
-
-/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
- Inc., created 1991. All rights reserved.
- */
-
#ifndef _MD5LOC_H
#define _MD5LOC_H
-/* 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 unsigned long int UINT4;
+# define UWORD32 unsigned int
-#ifndef NULL_PTR
-#define NULL_PTR ((POINTER)0)
#endif
-
-#ifndef UNUSED_ARG
-#define UNUSED_ARG(x) x = *(&x);
-#endif
-
-#endif /* end _GLOBAL_H_ */