X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/23346694ffc1337359c76ea3b6b158f4dc3e0c6d..ddf5b0259b7246c0d3207ceb22ea72379ae64e89:/h/md5.h diff --git a/h/md5.h b/h/md5.h index ff52413e..2e078bc0 100644 --- 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 *)); -