Name
ap_md5digest — make a base-64 MD5 digest of an open file
Synopsis
char *ap_md5digest(pool *p, FILE *infile)
Reads the file infile
from its current position to
the end, returning a base-64 MD5 digest allocated in the pool
p
. The file is rewound to the beginning after
calculating the digest.