summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/httpd/md5.h')
-rw-r--r--cpukit/httpd/md5.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/httpd/md5.h b/cpukit/httpd/md5.h
index 5a782fba2e..8531a07fd4 100644
--- a/cpukit/httpd/md5.h
+++ b/cpukit/httpd/md5.h
@@ -1,4 +1,6 @@
/* MD5.H - header file for MD5C.C
+ *
+ * $Id$
*/
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
@@ -46,3 +48,4 @@ extern void MD5Update (MD5_CONTEXT *, unsigned char *, unsigned int);
extern void MD5Final (unsigned char [16], MD5_CONTEXT *);
#endif /* _h_MD5 */
+