! Cosmetic changes to avoid compilation errors
author3APA3A <3APA3A>
Mon, 14 Jan 2002 11:31:36 +0000 (11:31 +0000)
committer3APA3A <3APA3A>
Mon, 14 Jan 2002 11:31:36 +0000 (11:31 +0000)
src/include/md5.h

index eabbd81..d1da2e3 100644 (file)
@@ -25,6 +25,7 @@
 
 /* POINTER defines a generic pointer type */
 typedef unsigned char *POINTER;
+typedef const unsigned char *CONSTPOINTER;
 
 /* UINT2 defines a two byte word */
 typedef unsigned short int UINT2;