--- pgp/src/mdfile.h 2018/04/24 16:39:32 1.1.1.3 +++ pgp/src/mdfile.h 2018/04/24 16:40:24 1.1.1.4 @@ -12,6 +12,6 @@ int MDfile0_len(MD5_CTX *mdContext, FILE /* Computes the message digest for a specified file */ int MDfile(MD5_CTX *mdContext,char *filename); -/* Finishes the message digest, including extra material */ -void MD_addbuffer (MD5_CTX *mdContext, byte *buf, int buflen, boolean finish); +/* Used to finish the message digest, including extra material. */ +void MD_addbuffer (MD5_CTX *mdContext, byte *buf, int buflen, byte digest[16]);