]> diplodocus.org Git - nmh/blobdiff - h/md5.h
Add first-line comment describing C source's purpose.
[nmh] / h / md5.h
diff --git a/h/md5.h b/h/md5.h
index ff52413e440acd3278f8ead89617e7bb25cb37f4..2e078bc07b432d007ff903608f0ead32fa9b70fb 100644 (file)
--- 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
  */
 
@@ -88,4 +87,3 @@ typedef struct {
 void MD5Init PROTO_LIST ((MD5_CTX *));
 void MD5Update PROTO_LIST ((MD5_CTX *, unsigned char *, unsigned int));
 void MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *));
-