Name
ap_md5contextTo64 — convert an MD5 context to base-64 encoding
Synopsis
char *ap_md5contextTo64(pool *a, AP_MD5_CTX * context)
Take the MD5 hash in context
(which must
not have had ap_MD5Final
run)
and make a base-64 representation of it in the pool
a
.